Numeric Math Functions Oracle PLSQL

SQL>
Syntax: TANH()
SQL>
SQL>
SQL> SELECT TANH(.5) AS RESULT FROM DUAL;
    RESULT
----------
.462117157
SQL>