Skip to content

1.0.10.1

Choose a tag to compare

@artemlos artemlos released this 03 Jan 19:26
· 149 commits to master since this release

Fixed the bug #1

An error could be thrown by for example:

-sin(5)

Or any other function that would be negative.
There was an error in the BasicArithmeticalExpression logic.