SIND |
Top Previous Next |
Syntax DOUBLE = SIND(num as DOUBLE) Description Calculates the sine of an angle. Parameters num - The angle in degrees to calculate the sine. Return value The sine of the angle num. Remarks Example usage PRINT SIND(90) |