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






TANH(x): Returns the hyperbolic tangent of x

SQL>
SQL> --TANH(x): Returns the hyperbolic tangent of x.
SQL>
SQL> select TANH(1) from dual;

   TANH(1)
----------
.761594156

SQL>

           
       








Related examples in the same category

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