Category: Number function
This function returns the angle, in radians1), whose tangent is the quotient of number_y and number_x.
Argument | Type | Description |
---|---|---|
number_y | Number | The y coordinate of point. |
number_x | Number | The x coordinate of a point. |
Return value type: Number
arctan(1,2) //Returns 0.4636…
arctan(0.5,3) //Returns 0.1651…