Description
Returns the arc tangent of a number.Syntax
ATAN(numeric_expression)
Examples
ATAN(1) returns π/4.
Return value datatype
DoubleImpact of null value
If input is null, returns null.Description
Returns the arc tangent of a number.Syntax
ATAN(numeric_expression)
Examples
ATAN(1) returns π/4.