Home
/
Python 3.11
/
Complex Math
/
asin
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Complex Math
asin
Python 3.11
Return the arc sine of x. This has the same branch cuts as acos().
Syntax
PYTHON
Copy
cmath.asin(x)
See Also
acos()