| Function | Description |
|---|---|
| Abs | Returns the absolute value of a specified number |
| Fix | Returns the integer part of a specified number |
| Int | Returns the integer part of a specified number |
| Rnd | Returns a random number less than 1 but greater than or equal to 0 |
| Sgn | Returns an integer that indicates the sign of a specified number |
| Sqr | Returns the square root of a specified number |