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

Coth

  • Dark
    Light
  • PDF

Article Summary

Given an angle in radians, calculates its hyberbolic cotangent.

Function signature

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

Examples

FormulaReturn value
COTH(PI() / 4)1.52486862
COTH(PI() / 2)1.09033141
COTH(PI() / 6)2.08128336

Was this article helpful?

What's Next