Skip to content

v6.1.8

Compare
Choose a tag to compare
@JonathanMagnan JonathanMagnan released this 22 Jul 21:16
8eff5e2

Download the library here

  • FIXED: Multiple issues related to an expression in parenthesis followed by a negative number, such as Eval.Execute(“(x)+2”, new { x = 2}); (Issue #155)
  • FIXED: Issue with the option UseCaretForExponent (#159). As for information, in C# Eval Expression, the exponent operator is solved from Right to Left (Unfortunately, there is no consensus about which way it should be solved for cases like a^b^c.)
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of August