num.Atan2(x : num, y : num) : num
Get the angle whose tangent is the quotient of two specified numbers.
1.9.1 or later
| Name | Type | Description |
| x | num | x number value |
| y | num | y number value |
The tangent angle value of the quotient x/y
Note: though the correct answer for atan2(0,0) is undefined, we return a 0.
| Output | ||
| 0.785398163397448 | |
| 0 |
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by