ID EN
Complex Math

asin

Python 3.11

Return the arc sine of x. This has the same branch cuts as acos().

Syntax

PYTHON
cmath.asin(x)

See Also

acos()