bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MySQL ATAN() Function

Example

SELECT ATAN(2.5);

Definition and Usage

The ATAN() function returns the arc tangent of one or two numbers.

Syntax

ATAN(
number
)

OR

ATAN(
a, b
)

Parameter Values

ParameterDescription
numberA numeric value
a, bTwo numeric values to calculate the arc tangent of

Technical Details

Works in:From MySQL 4.0

Previous

MySQL ASIN() Function

Next

MySQL ATAN2() Function