atanh
Inverse hyperbolic tangent.
Syntax
Section titled “Syntax”Y = atanh(X)Description
Section titled “Description”Returns 0.5 * log((1+X) / (1-X)). Defined for X in (-1, 1).
Inverse hyperbolic tangent.
Y = atanh(X)Returns 0.5 * log((1+X) / (1-X)). Defined for X in (-1, 1).