SIN
Syntax
DOUBLE = SIN(num as DOUBLE)
Description
Calculates the sine of an angle.
Parameters
num - The angle in radians to calculate the sine.
Return value
The sine of the angle num.
Remarks
See Also: SIND, FSIN, FSIND
Example usage
PRINT SIN(1)