COS
Returns the cosine of the given angle.
Syntax
COS(number)
Number is the angle (in radians) whose cosine you desire.
Comment
If the angle is in degrees, you have to multiply the result by pi()/180, or use the RADIANS function, in order to convert it to radians.
Example
The example will be easier, if you copy it to an empty worksheet.