This Oracle tutorial explains how to use the Oracle/PLSQL TANH function with syntax and examples.
The Oracle/PLSQL TANH function returns the hyperbolic tangent of n.
The syntax for the TANH function in Oracle/PLSQL is:
TANH( n )
A numberic value used to calculate the hyperbolic tangent.
The TANH function returns a numeric value.
The TANH function can be used in the following versions of Oracle/PLSQL:
Let's look at some Oracle TANH function examples and explore how to use the TANH function in Oracle/PLSQL.
For example:
TANH(3)
Output: 0.99505475368673
TANH(5.2)
Output: 0.999939136886199
TANH(-5.2)
Output: -0.999939136886199