TRUECALC
Functions

ATANH

Inverse hyperbolic tangent

Try it

When to use it

When should I use ATANH?

Use ATANH to compute the inverse hyperbolic tangent of a value; input must be strictly between -1 and 1.

Used in

science · engineering

Syntax

ATANH(number)

Examples

=ATANH(0.9) // => 1.4722194895832204
=ATANH(0) // => 0
=ATANH(-0.5) // => -0.5493061443340549

On this page