SIN |
Top Previous Next |
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 Example usage PRINT SIN(1) |