Mega Code Archive

 
Categories / Oracle PLSQL / Numeric Math Functions
 

TANH(x)

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