ID EN
Complex Math

asinh

Python 3.11

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

Syntax

PYTHON
cmath.asinh(x)