MySQL ATAN Function

Example

Return the arc tangent of a number:

SELECT ATAN(2.5);

Definition and Usage

The ATAN() function returns the arc tangent of one or two numbers. Continue reading MySQL ATAN Function