4D v19ATAN2 | 
            ||||||||||||||
                 
                
  | 
                
			
                    
                         
    4D v19
 
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.
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 );
	Produkt: 4D
	Thema: Functions
	
        
        
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	4D -  SQL Reference ( 4D v19)
	
	
Fehler melden