Example
Return the arc tangent of a number:
SELECT ATAN(2.5);
Definition and Usage
The ATAN() function returns the arc tangent of a number.
Syntax
ATAN(number)
Return the arc tangent of a number:
SELECT ATAN(2.5);
The ATAN() function returns the arc tangent of a number.
ATAN(number)