You are here : python_3cmathcmathasinh

cmath.asinh() - cmath

Return the inverse hyperbolic sine of x. There are two branch cuts:
One extends from 1j along the imaginary axis to ∞j,
continuous from the right.  The other extends from -1j along
the imaginary axis to -∞j, continuous from the left.


Syntax

cmath.asinh(x)


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference