Get the hyperbolic cotangent of an angle
=COTH(number)
| Parameter | Description |
|---|---|
number |
The hyperbolic angle. |
The Excel COTH function returns the hyperbolic cotangent of a hyperbolic angle. Given 1.00 as input, the function returns 1.313035285 as output.
=COTH(1) // returns 1.313035285
The hyperbolic cotangent is the reciprocal of the TANH function.
=1/TANH(x) // equivalent to COTH(x)