ID EN
Complex Math

atanh

Python 3.11

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

Syntax

PYTHON
cmath.atanh(x)