Numerical Math Functions Oracle PLSQL Tutorial

SQL>
SQL> select tanh(0.5)
  2  from   dual;
 TANH(0.5)
----------
.462117157
SQL>