Sin function
Syntax
Sin(angle)
Description
Use the Sin function to calculate the sine of the given angle (opposite / hypotenuse).
Parameters
| Parameter | Description |
|---|---|
|
angle |
A value in radians. |
Returns
A real number between -1.00 and 1.00.
Example
The following example returns the sine of an angle measuring 1.2 radians:
&MY_RESULT = Sin(1.2);