cmath.atan(x)
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.
cmath.atan(x)
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.
Please login to continue.