TANH() function returns the hyperbolic tangent of : TANH « Numeric Math Functions « Oracle PL / SQL






TANH() function returns the hyperbolic tangent of

 
SQL>
Syntax: TANH(<numeric expression>)
SQL>
SQL>
SQL> SELECT TANH(.5) AS RESULT FROM DUAL;

    RESULT
----------
.462117157

SQL>

 








Related examples in the same category

1.TANH: Returns the hyperbolic tangent of a value
2.TANH(x): Returns the hyperbolic tangent of x