See Also
You are here: SQL Reference > SQL Functions and Operators > Mathematical Functions and Operators > Trigonometric Functions > ATAN
ContentsIndexHome
PreviousUpNext
ATAN
ATAN

 

Syntax

ATAN(number)

 

Returns the arc tangent in radians between -?/2 to ?/2 of the number given, which must lie between -1 and 1. 

 

 

Related