ACOS()
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 cosine of the given argument.
EXAMPLES
SELECT ACOS(0.42), ACOS(2);
+--------------------+---------+
| ACOS(0.42) | ACOS(2) |
+--------------------+---------+
| 1.1373510067250105 | NULL |
+--------------------+---------+
CHANGE HISTORY
EXTERNAL REFERENCES
Additional information on this topic may be found in the MariaDB Public Knowledge Base.