Difference between revisions of "Math.atan2"

From OpenEUO
Jump to: navigation, search
(Created page with " math.atan2 (y, x) Returns the arc tangent of y/x (in radians), but uses the signs of both parameters to find the quadrant of the result. (It also handles correctly the case of ...")
(No difference)

Revision as of 21:02, 7 October 2010

math.atan2 (y, x)

Returns the arc tangent of y/x (in radians), but uses the signs of both parameters to find the quadrant of the result. (It also handles correctly the case of x being zero.)