ATANH Function

Excel Functions › Math & Trig

All versions Math & Trig

The Excel ATANH function returns the inverse hyperbolic tangent of a number — the value whose hyperbolic tangent (TANH) is the given number. The input must be strictly between -1 and 1.


Quick answer:
=ATANH(0) inverse hyperbolic tangent of 0 = 0

Syntax

=ATANH(number)
ArgumentDescription
numberRequiredA number strictly between -1 and 1 (exclusive). ATANH returns the value whose TANH equals that number.

How to use it

ATANH is the inverse of TANH (the hyperbolic tangent). Its result is a plain number, not an angle. The input must be strictly between -1 and 1:

=ATANH(0) // = 0
=ATANH(0.5) // approx 0.5493
=ATANH(TANH(2)) // round-trip = 2

Mathematically ATANH(x) = 0.5 * LN((1 + x) / (1 - x)). The values -1 and 1 are excluded — the result heads to infinity at the edges — so =ATANH(1) or =ATANH(-1) returns #NUM!. ATANH is the Fisher z-transform used on correlation coefficients in statistics.

Open interval: ATANH needs an input greater than -1 and less than 1. Exactly ±1 (or beyond) returns #NUM! because the function is unbounded there.

Try it: interactive demo

Live demo

Pick a ATANH example to see the formula and its result.

Result:

Practice workbook

📊
Download the free ATANH practice workbook
Every example on this page, ready to open in Excel — plus practice challenges with answers on a separate tab. No sign-up required.

Frequently asked questions

What input range does ATANH accept?
Strictly between -1 and 1 (the endpoints are excluded). Exactly ±1 or beyond returns #NUM!.
Why can't ATANH take exactly 1 or -1?
The function is unbounded there — ATANH(x) heads to infinity as x approaches ±1, so those values are undefined and return #NUM!.
Is the ATANH result an angle?
No. ATANH is a hyperbolic function, so the result is a real number, not an angle — do not use DEGREES.
How is ATANH defined?
ATANH(x) = 0.5 * LN((1 + x) / (1 - x)), valid for −1 < x < 1.

Master functions like this in one day

This page covers one function. Our Excel Formulas and Functions class covers the 30 that matter most — live, hands-on, taught by professionals in Dallas–Fort Worth, Houston, Austin, Oklahoma City, Denver, or online.

See the Formulas & Functions Class

Related functions: TANH · ASINH · ACOSH · ATAN · LN · ACOTH