function atan(expression)

atan() returns the arctangent of the expression, in radians.

Arguments:
expression: A numeric expression that represents the angle in radians.

Example Query:
    RETURN atan(0.5)