COS
The COS function calculates the cosine of the specified angle.
COS Syntax
Use the following syntax when incorporating the COS function in queries:
COS(angle)
COS requires the input angle value to be in radians (a double data type). If the angle is in degrees, use the RADIANS function to convert the degree value to radians.