The COS trigonometric function returns the cosine of an angle expressed in radians.

This function can be useful to smooth cyclical fluctuations in moving averages.

COS(Angle)

ArgumentData typeDescription
AngleNumber

The angle in radians for which you want to calculate the cosine.

Use the TORADIANS() function to convert degrees to radians.

The COS() function returns a numeric value between -1 and 1, inclusive.

This function is only available in the Polaris Calculation Engine.

COS(PI() / 3)

Returns NaN when Angle is NaN.

FormulaResult
COS(1.047)0.5002
COS(60 * PI() / 180)0.5
COS(TORADIANS(60))0.5