Excel
ATANH function in Excel
Returns the inverse hyperbolic tangent of a number
=ATANH(number)ATANH syntax and parameters
One argument, one required.
- numbernumberRequired
Any real number between 1 and -1.
ATANH examples
Formulas you'll actually reuse.
Inverse hyperbolic tangent — the input must be strictly between −1 and 1:
=ATANH(B2)Result
0.5493Twice ATANH gives LN((1+x)/(1−x)) — handy in correlation statistics:
=ATANH(B2) * 2Result
1.0986
ATANH in Google Sheets
Same name — your formula ports as-is.
Try ATANH in the playground
Edit the example — nothing to install.
Preloaded with the ATANH formula from Example 1 — change anything and watch it respond.
Loading the editor…
ATANH errors
What they mean — and the fixes.
#NUM!The number is −1, 1, or outside that range — ATANH needs |x| < 1.
Related functions
More ways Excel gets this done.
- ABSReturns the absolute value of a numberMathGoogle Sheets
- ACOSReturns the arccosine of a numberMathGoogle Sheets
- ACOSHReturns the inverse hyperbolic cosine of a numberMathGoogle Sheets
- ACOTReturns the arccotangent of a numberMathGoogle Sheets
- ACOTHReturns the hyperbolic arccotangent of a numberMathGoogle Sheets
- AGGREGATEReturns an aggregate in a list or databaseMathNo Google Sheets equivalent