Returns the arc tangent of X, that is, the value whose tangent is X. Returns NULL if X is NULL
SELECT ATAN(2); 1.1071487177941 SELECT ATAN(-2); -1.1071487177941