Skip to content

Releases: MathosProject/Mathos-Parser

2.0.0

24 Jun 21:43
Compare
Choose a tag to compare

Changes

  • .Net Standard version added.
  • Dropped support of decimal in favor of double.
  • OperatorList has been removed (OperatorAction is now Operators).
  • Can now initialize CultureInfo through the constructor.
  • Added ln, acos, asin, atan, and ceil to the list of predefined functions.
  • Can now omit the leading zero before decimal points.
  • Minor performance improvements.
  • Updates to XML-comments.
  • Other small changes and improvements.

1.0.10.1

03 Jan 19:26
Compare
Choose a tag to compare

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.