ASIN
Computes the arcsine (inverse sine) of a value in radians.
Syntax
ASIN(numeric_expression NUMERIC) → FLOAT
numeric_expression: The number in radians. This must be
DOUBLE
,INTEGER
, orFLOAT
.
Examples
ASIN example
ASIN example
ASIN example
Last updated