SIN

SIN


SEQ Index Level SLEEP
Syntax SIN( num.expression )
Category BASIC
Type Function
Description calculates the sine of an angle specified in degrees.

The result of this function is a fraction in the range -1 to 1. If the expression is less than 0 or greater than 360 degrees, mod(expression,360) is used to adjust it to this range before the sine is calculated.

Note: This function is only accurate to 3 digits.
Options
See Also TAN statements & functions COS num.expression functions
Example
Warnings
Compatibility D3 7.0 AP R83
SEQ Index Level SLEEP