COS |
Top Previous Next |
Syntax DOUBLE = COS(num as DOUBLE) Description Calculates the cosine of an angle. Parameters num - The angle in radians to calculate the cosine. Return value The cosine of the angle num. Remarks Example usage PRINT COS(1.112) |