Get the inverse hyperbolic cotangent of a number
=ACOTH(number)
| Parameter | Description |
|---|---|
number |
The number to get the inverse hyperbolic cotangent of. |
The Excel ACOTH function returns the inverse hyperbolic cotangent of a number. Given 2 as input, the function returns 0.549306144 as output.
=ACOTH(2) // returns 0.549306144
The hyperbolic arc cotangent function is the inverse of the COTH function.
=ACOTH(COTH(x)) // returns x when x ≠ 0