Math statements convert values, return different representations of values, and generate random numbers.
| Statement | Description |
|---|---|
| Abs
|
Returns the absolute value of a number. |
| ASCII | Returns the ASCII value of a character. |
| Cos
|
Returns the cosine of a number. |
| Float | Returns the floating point representation of a value. |
| Integer | Returns the integer representation of a value. |
| Max
|
Returns the larger of two numbers. |
| Min
|
Returns the smaller of two numbers. |
| Rand
|
Returns a random number between two integers. |
| SRand
|
Sets the random number generator seed, or starting point, for random integers. |
| Sin
|
Returns the sine of a number. |