SIN(1)
PURPOSE
This function returns the sine of the N type field specified.
PARTS
1 f/c/e | Required - The N value. |
RETURN TYPE - N
The value returned is in radians.
EXAMPLE
define n type n size 20 dec 8
n = sin(1.539)
// n = 0.9994954