Functions
COS
Cosine of an angle in radians
Try it
When to use it
When should I use COS?
Use COS to compute the cosine of an angle given in radians; combine with RADIANS to convert from degrees first.
Used in
Syntax
COS(angle)Examples
=COS(PI()) // => -1
=COS(1) // => 0.5403023058681398
=COS(0) // => 1