| ABS() | Return the absolute value of a number. |
| EXP() | Calculates the value of e raised to the passed power. |
| INT() | Return the integer port of a numeric value. |
| LOG() | Returns the natural logarithm of a number. |
| MATHERRMODE() | Set/Get math error handling mode |
| MATHERRORBLOCK() | Set/Get math error handling codeblock |
| MAX() | Returns the maximum of two numbers or dates. |
| MIN() | Determines the minumum of two numbers or dates. |
| MOD() | Return the modulus of two numbers. |
| ROUND() | Rounds off a numeric expression. |
| SQRT() | Calculates the square root of a number. |