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

Immutable

Syntax

ASIN ( expression )

Parameters

expression
Is a value of type DOUBLE PRECISION

Examples

SELECT ASIN(1);
      asin
-----------------
 1.5707963267949
(1 row)