ATAN2SQLATAN2 (y, x) Parameters x and y - the arguments. Description Calculates the angle when converting the rectangular coordinates to polar coordinates. This method returns a double. Example Get a hyperbolic tangent: SQLSELECT ATAN2(X, Y) FROM Triangles; Updated over 4 years ago Table of Contents Parameters Description Example