ATAN#
Returns the angle in radians whose tangent is a specified float expression. This is also called arctangent.
Syntax#
ATAN ( float_expression )
Arguments#
float_expression
Is an expression of the type float or of a type that can be implicitly converted to float.
Return types#
float
Example#
SELECT ATAN(0.50e0)