To get detailed information about a function, click its name in the first column.
| Function | Description |
|---|---|
| ABS Function | Returns the absolute value of a number |
| CEILING Function | Rounds a number to the nearest integer or to the nearest multiple of significance |
| FLOOR Function | Rounds a number down, toward zero |
| INT Function | Rounds a number down to the nearest integer |
| MROUND Function | Returns a number rounded to the desired multiple |
| ROUND Function | Rounds a number to a specified number of digits |
| ROUNDDOWN Function | Rounds a number down, toward zero |
| ROUNDUP Function | Rounds a number up, away from zero |
| SQR Function | Returns the square of a given number |
| SQRT Function | Returns a positive square root |
| SUM Function | Adds its arguments |
| TRUNC Function | Truncates a number to an integer |