COS function
Summary
Returns the cosine of a number
Syntax
COS(number)
The COS function syntax has the following arguments:
• Number Required. The angle in radians for which you want the cosine.
• Number Required. The angle in radians for which you want the cosine.
Example
=COS(1.047)
=COS(60*PI()/180)
=COS(RADIANS(60))
=COS(60*PI()/180)
=COS(RADIANS(60))