TANH

Returns a DOUBLE PRECISION value that represents the hyperbolic tangent of the passed parameter.

Behavior Type

Immutable

Syntax

TANH ( expression )

Parameters

expression

An expression of type DOUBLE PRECISION

Example

=> SELECT TANH(-1);
        TANH        
-------------------
  -0.761594155955765