4D v14

ATAN2

Home

 
4D v14
ATAN2

ATAN2  


 

 

Command ATAN2

ATAN2 (arithmetic_expression, arithmetic_expression)

The ATAN2 function returns the arc tangent of the "x" and "y" coordinates, where "x" is the first arithmetic_expression passed and "y" is the second one.

Example  

This example returns the arc tangent of the x and y coordinates passed (0.52 and 0.60 respectively):

SELECT ATAN2( 0.52, 0.60 );

 
PROPERTIES 

Product: 4D
Theme: Functions

 
SEE ALSO 

ATAN
TAN

 
ARTICLE USAGE

4D SQL Reference ( 4D v11 SQL Release 4 )
4D SQL Reference ( 4D v14)
4D SQL Reference ( 4D v12.1)
4D SQL Reference ( 4D v13.4)
4D SQL Reference ( 4D v14 R2)
4D SQL Reference ( 4D v14 R3)
4D SQL Reference ( 4D v14 R4)