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

Immutable

Syntax

ACOS ( expression )

Parameters

expression
Is a value of type DOUBLE PRECISION

Examples

SELECT ACOS (1);
 acos
------
    0
(1 row)