You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For your information, in C# Eval Expression, we use a right-associativity in case of multiple caret such as a^b^c. You can see a good comparison of which language use this one or the expected result here: https://codeplea.com/exponentiation-associativity-options
Hi,
I have a problem with carets is an expression.
I am using the flag UseCaretForExponent = true.
10^3 = 1000 like expected but
0.466*10^3 is not 466 like expected but 101.1946.
This is quite an issue for us, because this is not expected.
Thanks
Benjamin
The text was updated successfully, but these errors were encountered: