math.atan2()
¶
-
math.
atan2
(y, x)¶ Return the arc tangent (measured in radians) of y/x. Unlike atan(y/x), the signs of both x and y are considered.
math.atan2()
¶math.
atan2
(y, x)¶Return the arc tangent (measured in radians) of y/x. Unlike atan(y/x), the signs of both x and y are considered.