TAN
ATN2
GETDATE
Returns the arctangent of two coordinates.
ATN2(y, x)
Enter values below to update the example in real time.
atan2_result
SELECT ATN2(1, 1) AS atan2_result;