You are here : python_3cmathcmathatanh

cmath.atanh() - cmath

Return the inverse hyperbolic tangent of x. There are two branch cuts: One
extends from 1 along the real axis to ∞, continuous from below. The
other extends from -1 along the real axis to -∞, continuous from
above.


Syntax

cmath.atanh(x)


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference