Cos
Returns the cosine of the angle (expressed in radians).
Syntax
Cos(angle)
angle = angle in radians whose cosine you want to calculate
Remarks
If your angle is expressed in degrees, you can multiply it by pi/180 or use the Radians function.
Example
Cos(0) = 1Cos(PI/2) = 0Cos(45*PI/180) = 0.7071... (square root of 2 divided by 2)