| Parameter | Type |
|---|---|
x | decimal, double |
y | decimal, double |
Returns: decimal
Example
query:
SELECT ATAN2(3, 4)
results:
| atan2 |
|---|
| 0.64 |
The mathematical two-argument inverse trigonometric tangent function.
| Parameter | Type |
|---|---|
x | decimal, double |
y | decimal, double |
query:
SELECT ATAN2(3, 4)
results:
| atan2 |
|---|
| 0.64 |