Returns the angle (in radians) of the specified sine and cosine.
atn2(sine, cosine)
select atn2(.50, .48)
-------------------- 0.805803
See also Transact-SQL Users Guide.
ANSI SQL – Compliance level: Transact-SQL extension.
Any user can execute atn2.