COS (Primitive Spread Function) returns the cosine of the specified angle.
SYNTAX:
COS(value)
REMARKS:
Specify the angle in radians using the value argument. If the angle is in degrees, multiply it by π/180 to convert it to radians.
EXAMPLES:
COS(B2)
COS(45*PI()/180)=0.7071067812