Cos(number)

Returns the cosine of a given angle in radians.

See also Sin, Tan, and Pi.

number

Angle in radians for which you want the cosine.

Usage

The range of the result is -1 to 1.

To convert degrees to radians, multiply degrees by Pi/180. To convert radians to degrees, multiply radians by 180/Pi.