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

Cot

  • Dark
    Light
  • PDF

Article Summary

Given an angle in radians, calculates its cotangent.

Function signature

COT(number: Number) => Number
ParameterDescription
NumberAngle in radians to calculate cotangent for

Examples

FormulaReturn value
COT(PI() / 4)1
COT(PI() / 2)0
COT(PI() / 6)1.73205081

Was this article helpful?

What's Next