ACOS
Returns a DOUBLE PRECISION value representing the trigonometric inverse cosine of the argument.
	Returns a DOUBLE PRECISION value representing the trigonometric inverse cosine of the argument.
Behavior type
ImmutableSyntax
ACOS ( expression )
Arguments
- expression
- Resolves to a value of type DOUBLE PRECISION.
Examples
SELECT ACOS (1);
 acos
------
    0
(1 row)