Syntax and Predefined Functions
- Parameters include a name and are enclosed in square brackets
[L] - Functions include a function name followed by parenthesis containing any values
as arguments
- For example:
Sine([t]-[r])
- For example:
- The table below shows common predefined functions included
| Name | Description |
| Abs | Returns the absolute value of a specified number |
| Acos | Returns the angle whose cosine is the specified number |
| Asin | Returns the angle whose sine is the specified number |
| Atan | Returns the angle whose tangent is the specified number |
| Cos | Returns the cosine of the specified angle |
| Sin | Returns the sine of the specified angle |
| Sqrt | Returns the square root of the specified number |
| Tan | Returns the tangent of the specified angle |