ATAN Function

The ATAN function returns the arc tangent of a numeric expression.

The following example returns the arc tangent of the value (-0.73) in radians:
SELECT ATAN(-0.73) FROM anglestbl;