Syntax
| Parameter | Description |
|---|---|
| number | Parameter of the ACOTH function. |
Examples
ACOTH of 2
=ACOTH(2)
ACOTH of 5
=ACOTH(5)
Verify inverse
=COTH(ACOTH(3))
Common Errors
The argument must satisfy |x| > 1. =ACOTH(0.5), =ACOTH(1), and =ACOTH(-1) all return #NUM! because the function is undefined there.
Non-numeric input returns #VALUE!.
Tips
ACOTH only accepts x > 1 or x < -1. The interval [-1, 1] is not in the domain. This is the opposite of ATANH, which requires |x| < 1.
ACOTH(x) = 0.5 × LN((x+1)/(x-1)). If your spreadsheet doesn't have ACOTH, you can compute it from LN.
ACOTH(x) = ATANH(1/x). They are closely related — ACOTH operates outside [-1,1] while ATANH operates inside.
Try ACOTH in Viztab
Import your data and use ACOTH with 370+ other formulas. No signup required.
Open Viztab