arc tan function

The atan function is an inverse trigonometric function. The atan function returns the arc tangent (inverse of tangent) of the input expression.

Syntax:

double atan(n)

Semantics:

Example 1 - arc tan function

SELECT atan(n) FROM Archery
Value of n Output
1 0.7853981633974483
sqrt(3) 1.0471975511965976