ATAN2()
This page is part of MariaDB's Documentation.
The parent of this page is: Functions for MariaDB Enterprise Server
Topics on this page:
Overview
Returns the arc tangent of the given two arguments.
EXAMPLES
SELECT ATAN2(42);
+--------------------+
| ATAN2(42) |
+--------------------+
| 1.5469913006098266 |
+--------------------+
SELECT ATAN2(PI(),1);
+--------------------+
| ATAN2(PI(),1) |
+--------------------+
| 1.2626272556789118 |
+--------------------+
CHANGE HISTORY
EXTERNAL REFERENCES
Additional information on this topic may be found in the MariaDB Public Knowledge Base.