DEGREES()
This page is part of MariaDB's Documentation.
The parent of this page is: Functions for MariaDB Enterprise Server
Topics on this page:
Overview
Converts the given argument from radians to degrees.
EXAMPLES
SELECT DEGREES(PI() / 5);
+-------------------+
| DEGREES(PI() / 5) |
+-------------------+
| 36 |
+-------------------+
SELECT DEGREES(1);
+-------------------+
| DEGREES(1) |
+-------------------+
| 57.29577951308232 |
+-------------------+
CHANGE HISTORY
EXTERNAL REFERENCES
Additional information on this topic may be found in the MariaDB Public Knowledge Base.