You are here : python_3cmathcmathacosh

cmath.acosh() - cmath

Return the inverse hyperbolic cosine of x. There is one branch cut,
extending left from 1 along the real axis to -∞, continuous from above.


Syntax

cmath.acosh(x)


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference