ACOS

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

Example

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