Click here to show toolbars of the Web Online Help System: show toolbars |
Specifies the Y-coordinate of the point.
Specifies the X-coordinate of the point.
1. |
The following example returns 45.
ATAN2(100,100)
|
2. |
The following example returns 0.
ATAN2(0,100)
|
3. |
The following example returns 90.
ATAN2(100,0)
|