COS function

Synopsis
This function returns the cosine of the specified angle, given in degrees.
Variations
COS(Angle)
Returns the cosine of the specified angle.
Parameters
Angle

Specifies the angle, in degrees, from which to calculate the cosine.

Supported types: Numeric.
Returns
Returned types: Numeric.
Examples
1.

The following example returns 1.

COS(0)
2.

The following example returns 0.

COS(90)
3.

The following example returns -1.

COS(180)