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 about 5 years ago Ask AITable of Contents Parameters Description Example