Below are the standard operators that perform arithmetic operations:
+ - * / - (NEG) |
addition subtraction multiplication division integer negation (unary operator) |
Below are the standard functions that perform arithmetic operations:
MIN MAX LIMIT MOD ODD |
get the
minimum of two integers get the maximum of two integers bound an integer to low and high limits modulo test if an integer is odd |