Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@napen123 napen123 released this 24 Jun 21:43
· 54 commits to master since this release

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.