ATAN

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

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

Behavior type

Immutable

Syntax

ATAN ( expression )

Parameters

expression
DOUBLE PRECISION value

Examples

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