Arithmetic Functions¶
The following arithmetic functions are available:
| Function | Description |
|---|---|
| Abs | Returns the absolute value of a number |
| Atn | Returns the arctangent of a number |
| Cos | Returns the cosine of an angle |
| Exp | Returns the natural antilogarithm of a number |
| Fix | Returns the integer portion of a number |
| Log | Returns the natural logarithm of a number |
| Mod | Returns the remainder from division |
| Round | Returns a number rounded to a specified number of decimal places |
| Sgn | Returns an integer indicating the sign of a number |
| Sin | Returns the sine of an angle |
| Sqr | Returns the square root of a number |
| Tan | Returns the tangent of an angle |