ASIN
Returns a DOUBLE PRECISION value representing the trigonometric inverse sine of the argument.
Behavior Type
Syntax
ASIN ( expression )
Parameters
expression |
Is a value of type DOUBLE PRECISION |
Example
SELECT ASIN(1); asin ----------------- 1.5707963267949 (1 row)