cmath.atanh(x)
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.
cmath.atanh(x)
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.
Please login to continue.