Unexpected token 'X' found at position Y #148
Unanswered
BigAlShmal
asked this question in
Q&A
Replies: 1 comment
-
My bad. I had the wrong character in the call to SetArgSep. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The following expression is throwing the exception "Unexpected token '123' found at position 15" and I cannot for the life of me figure out why. It seems like a legit expression.
(123>1) ? (min(123, max((80/100) * 123,1))) : (1)
It doesn't matter what number I use in place of 123 -- I get the same result. What am I missing?
I am using muParser v2.3.4 (Release).
Beta Was this translation helpful? Give feedback.
All reactions