ASIN
Returns a DOUBLE PRECISION value representing the trigonometric inverse sine of the argument.
	Returns a DOUBLE PRECISION value representing the trigonometric inverse sine of the argument.
Behavior type
ImmutableSyntax
ASIN ( expression )
Arguments
- expression
- Resolves to a value of type DOUBLE PRECISION.
Examples
SELECT ASIN(1);
      asin
-----------------
 1.5707963267949
(1 row)