Skip to content

Operators

Mariusz Gromada edited this page Oct 17, 2017 · 3 revisions

mXparser icon

mXparser - optional donation

If you found the software useful donation is something you might consider :-)

paypal

Built-in Operators

Key word Category Description Example Since
+ Operator Addition a + b 1.0
- Operator Subtraction a - b 1.0
* Operator Multiplication a * b 1.0
/ Operator Division a / b 1.0
^ Operator Exponentiation a ^ b 1.0
! Operator Factorial n! 1.0
# Operator Modulo function a # b 1.0

as of 2017-03-05