Application Integration
- Application Integration
- All Products
math:atan2(arg1, arg2)
Argument | Required/Optional | Description |
|---|---|---|
arg1 | Required | The y-coordinate or numerator in the quotient
(tan θ = y/x). |
arg2 | Required | The x-coordinate or denominator in the
quotient. |
|
|
|---|---|
math:atan2(0, 1) | 0 |
math:atan2(1, 1) | 0.78539816339 |
math:atan2(1, 0) | 1.57079632679 |
math:atan2(-1, -1) | -2.35619449019 |
math:atan2((), 2) | () |
math:atan2(1, ()) | () |