You are here : python_3cmathcmathacos

cmath.acos() - cmath

Return the arc cosine of x. There are two branch cuts: One extends right from
1 along the real axis to ∞, continuous from below. The other extends left from
-1 along the real axis to -∞, continuous from above.


Syntax

cmath.acos(x)


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference