=COS(number)
=COS(PI()/6)
The COS function can be used to calculate the cosine of an angle given in radians. For example, the formula returns the cosine of 30 degrees, which is 0.886.
=COS(60*PI()/180)
The COS function can also be used to calculate the cosine of an angle given in degrees. The formula returns the cosine of 60 degrees.
=COS(RADIANS(60))
If the angle is given in degrees, the RADIANS function can be used to convert it to radians before using it with the COS function. The formula returns the cosine of 60 degrees.
The COS function can be used to calculate the cosine of an angle in radians. To use COS with degrees, the angle must be multiplied by PI()/180.