vassilych / cscs

CSCS: Customized Scripting in C#
MIT License
166 stars 47 forks source link

Unit Test project with test of some Math functions #27

Closed JasonLWalker closed 3 years ago

JasonLWalker commented 3 years ago

This is the initial unit test project. Currently, there is only a single unit test in it (a test for the Abs math function), but I will add more soon.

JasonLWalker commented 3 years ago

Added additional Unit tests for math functions