ATAN

Returns a DOUBLE PRECISION value representing the trigonometric inverse tangent of the argument.

Behavior Type

Immutable

Syntax

ATAN ( expression )

Parameters

 

expression

Is a value of type DOUBLE PRECISION

Example

SELECT ATAN(1);
       atan        
-------------------
 0.785398163397448
(1 row)