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
The standard lexer/parser that ships with the project only uses ^ for exponentiation, and log for the logarithm to base e. If you want to change that, I would suggest that you implement your own lever. Use StdMathLexer as inspiration.
Actually, let me think a little more about this. I just realised that there is no obvious way to add functions taking several comma-separated arguments.
Hello and thank you for publishing the package.
I've been trying pow() and log() with two parameters but the , returned the Unknown token exception.
The ** operator returned a Syntax error exception.
Code example
Did I forget a step for those scenarios ?
All the other math functions and operator work as expected in my case.
Thanks again
The text was updated successfully, but these errors were encountered: