MySQL ATAN() Function
Definition and Usage
The ATAN() function returns the arc tangent of a number or the arc tangent of n and m.
Syntax
ATAN(number)OR:
ATAN(n, m)Parameter Values
| Parameter | Description | 
|---|---|
| number | A numeric value | 
| n, m | Two numeric values to calculate the arc tangent of | 
Technical Details
| Works in: | MySQL 5.7, MySQL 5.6, MySQL 5.5, MySQL 5.1, MySQL 5.0, MySQL 4.1, MySQL 4.0, MySQL 3.23 | 
|---|

