Create an iterator which computes the arctangent of each iterated value.
-
Updated
Jul 23, 2026 - JavaScript
Create an iterator which computes the arctangent of each iterated value.
Compute the angle in the plane (in radians) 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).
Compute the arctangent of a single-precision floating-point number.
Compute the arctangent(in degrees) of a double-precision floating-point number.
Compute the arctangent of each element retrieved from an input strided array via a callback function.
Compute the arctangent of a 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).
Compute the arctangent(in degrees) of a single-precision floating-point number.
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).
To associate your repository with the arctangent topic, visit your repo's landing page and select "manage topics."