The atan function calculates the arctangent of a numeric value. The result is an angle expressed in radians between -p/2 to p/2.
Syntax
A numeric value.
The numeric value in a Trigonometric function can be a constant value (as shown below), a variable, a field value or an expression.
Examples
atan(500.3)
Returns:1.56879753
atan(-359.4)
Returns:-1.5680139