You are here : python_3cmathcmathatan

cmath.atan() - cmath

Return the arc tangent of x. There are two branch cuts: One extends from
1j along the imaginary axis to ∞j, continuous from the right. The
other extends from -1j along the imaginary axis to -∞j, continuous
from the left.


Syntax

cmath.atan(x)


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference