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
xor is listed in the documentation but not implemented:
error: Undefined token "xor" found at position...
The text was updated successfully, but these errors were encountered:
I cannot find it in the documentation: https://beltoforion.de/en/muparser/features.php#idDef2
Which document are you refering to?
Sorry, something went wrong.
https://beltoforion.de/en/muparserx/index.php#idBinOp
Binary and ternary operators Standard operators: +, -, *, /, ^ Assignment operators: =, +=, -=, *=, /= Logical operators: and, or, xor, ==, !=, >, <, <=, >= Bit manipulation: &, |, <<, >> String concatenation: // if then else conditionals with lazy evaluation: ?:
Seems like an oversight I will remove it from the documentation.
No branches or pull requests
xor is listed in the documentation but not implemented:
error: Undefined token "xor" found at position...
The text was updated successfully, but these errors were encountered: