Math.atan2
From Data Realms Wiki
Function | |
---|---|
Syntax | math.atan2( number y, number x ) |
Description: | |
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 | number Number |
Example | |
---|---|
Description | Placeholder! |
Code |
|
Output | Placeholder! |