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

 

Syntax

ATAN2(y,x)

 

Returns the arc tangent in radians between -? to ? of y/x. The result will be in the correct quadrant. 

 

 

Related