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 ...")
 
 
(One intermediate revision by the same user not shown)
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]]
 +
 +
[[Math.tanh]]

Latest revision as of 14:44, 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.)

Math.acos

Math.asin

Math.atan

Math.cos

Math.cosh

Math.deg

Math.rad

Math.sin

Math.sinh

Math.tan

Math.tanh