Search code examples
mysqlsql-servermathatan2

How do I perform the atan2 function in T-SQL?


I need to execute the ATAN2 function in MS SQL Server. How do I do this?

T-SQL appears to have all the usual math functions like cos, sin, radians etc, just not ATAN2. What is the function for this?

Knowing how to do this in MySQL would be very useful as well, please?


Solution

  • Ok, it's ATN2.

    Dang.

    Sorry folks.