Example
Return the arc tangent of two values:
SELECT ATN2(0.50, 1);
Definition and Usage
The ATN2() function returns the arc tangent of two numbers.
Syntax
ATN2(a, b)
Return the arc tangent of two values:
SELECT ATN2(0.50, 1);
The ATN2() function returns the arc tangent of two numbers.
ATN2(a, b)