v6.1.8
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 fromRight to Left
(Unfortunately, there is no consensus about which way it should be solved for cases likea^b^c
.) - UPDATED: Monthly Trial Release
Trial unlocked until the end of August