Difference between revisions of "Math.atan2"
From OpenEUO
					
										
					
					|  (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 ...") | |||
| Line 2: | Line 2: | ||
| 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.) | 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.) | ||
| + | |||
| + | [[Math.acos]] | ||
| + | |||
| + | [[Math.asin]] | ||
| + | |||
| + | [[Math.atan]] | ||
| + | |||
| + | [[Math.cos]] | ||
| + | |||
| + | [[Math.cosh]] | ||
| + | |||
| + | [[Math.deg]] | ||
| + | |||
| + | [[Math.rad]] | ||
| + | |||
| + | [[Math.sin]] | ||
| + | |||
| + | [[Math.sinh]] | ||
| + | |||
| + | [[Math.tan]] | ||
Revision as of 14:42, 9 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.)
