@stdlib/math-base-special-atan2
Compute the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y).
Found 4 results for math.atan2
Compute the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y).
Compute the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y) as a single-precision floating-point number.
Compute the angle in the plane (in degrees) between the positive x-axis and the ray from (0,0) to the point (x,y).
Create an iterator which computes the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y).