Sponsored Link
Purpose
Get the cosine of an angle
Return value
The cosine value
Syntax
=COS (number)
Arguments
- number – The angle in radians for which you want the cosine.
Usage notes
To work in degrees rather than radians: COS(PI()/180) or COS(RADIANS(number))