Contents Index ASIN function [Numeric] ATN2 function [Numeric]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

ATAN function [Numeric]


Function 

Returns the arc-tangent, in radians, of a number.

Syntax 

ATAN ( numeric-expression )

Parameters 

numeric-expression    The tangent of the angle.

Standards and compatibility 
See also 

ACOS function [Numeric]

ASIN function [Numeric]

ATN2 function [Numeric]

TAN function [Numeric]

Example 

The following statement returns the value 0.479519.

SELECT ATAN( 0.52 )

Contents Index ASIN function [Numeric] ATN2 function [Numeric]