ATN2
Last updated
Last updated
Function that returns the arctangent in radians of two coordinates sent as a parameter (ATN2 in Transact-SQL).
For : - Range: or - Domain:
ATN2( expression_1, expression_2 )
expression1
and expression2
: Numeric expressions.
Numeric expression between and .
SELECT ATN2(7.5, 2);