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