Returns the arc-tangent, in radians, of a number.
ATAN ( numeric-expression )
numeric-expression The tangent of the angle
The following statement returns the value 0.479519:
SELECT ATAN( 0.52 ) FROM iq_dummy
SQL92 Vendor extension.
Sybase Compatible with Adaptive Server Enterprise.
“ACOS function [Numeric]”
“ASIN function [Numeric]”
“ATAN2 function [Numeric]”
“TAN function [Numeric]”