ATAN
Returns the arc tangent of x.
Syntax
ATAN (x)
Arguments
x: the argument
Return Type
Float or double.
Examples
SELECT ATAN(1); **** +--------------------+ | ATAN(1) | +--------------------+ | 0.7853981633974483 | +--------------------+
Returns the arc tangent of x.
ATAN (x)
x: the argument
Float or double.
SELECT ATAN(1); **** +--------------------+ | ATAN(1) | +--------------------+ | 0.7853981633974483 | +--------------------+