Inverse Tangent (two arguments)
|
Signature |
|---|
|
Transc_ArcTan2(y, x) |
|
Description |
|---|
|
Returns the angle whose tangent is y/x. Angle is radians in the range [-π, π]. To convert radians to degrees multiply by 180/Pi. |
|
Result |
|---|
|
Returns the angle whose tangent is y/x. Angle is radians in the range [-π, π]. To convert radians to degrees multiply by 180/Pi. |
|
Arguments |
|
|---|---|
|
y |
The y-coordinate (numerator). |
|
x |
The x-coordinate (denominator). |