You are here : python_3cmathcmathasin

cmath.asin() - cmath

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


Syntax

cmath.asin(x)


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference