The function ATAN returns the angle in radians, of a float numeric expression. This trigonometric functions is also called arctangent.
Examples:
SELECT atan(1.0), {fn atan(-0.5)}
see also: SQL Numeric Functions TAN
Mirror Site