Mega Code Archive

 
Categories / Oracle PLSQL Tutorial / Numerical Math Functions
 

Select tanh(0 5)

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