atan2 Method (JScript 5.6)

Returns the angle (in radians) from the X axis to a point (y,x).

Math.atan2(y, x)

Expand imageArguments

Expand imageRemarks

Expand imageRequirements

Expand imageSee Also