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