Google Sheets
ATANH function in Google Sheets
Returns the inverse hyperbolic tangent of a number.
=ATANH(value)ATANH syntax and parameters
One argument, one required.
- valuenumberRequired
The value for which to calculate the inverse hyperbolic tangent. Must be between -1 and 1, exclusive.
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 Excel
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 Google Sheets gets this done.
- ABSReturns the absolute value of a number.MathExcel
- ACOSReturns the inverse cosine of a value, in radians.MathExcel
- ACOSHReturns the inverse hyperbolic cosine of a number.MathExcel
- ACOTReturns the inverse cotangent of a value, in radians. .MathExcel
- ACOTHReturns the inverse hyperbolic cotangent of a value, in radians. Must not be between -1 and 1, inclusive..MathExcel
- ASINReturns the inverse sine of a value, in radians.MathExcel