Cos
  • 27 May 2022
  • 1 Minute to read
  • Dark
    Light
  • PDF

Cos

  • Dark
    Light
  • PDF

Article Summary

Given an angle in radians, calculates its cosine.

Function signature

COS(number: Number) => Number
ParameterDescription
NumberAngle in radians to calculate cosine for

Examples

FormulaReturn value
COS(PI() / 3)0.5
COS(PI() / 2)0
COS(PI())-1

Was this article helpful?

What's Next