We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
Ok, this will be easy :-) I will do that soon.
As of now you can do it like that:
Expression e = new Expression("floor(13/7)"); mXparser.consolePrintln(e.calculate());
Result: [mXparser-v.5.1.1] 1.0
[mXparser-v.5.1.1] 1.0
Sorry, something went wrong.
New bitwise operators NAND, NOR, XOR #152, ":" as division #318, Inte…
fc1af76
…ger division added #285
Done, example "\" backslash as integer division operator "7\3" = 2
"7\3"
No branches or pull requests
The text was updated successfully, but these errors were encountered: