Oracle/PLSQL: Sinh Function
In Oracle/PLSQL, the sinh function returns the hyperbolic sine of n.
The syntax for the sinh function is:
sinh( n )
n is a number.
Applies To:
- Oracle 8i, Oracle 9i, Oracle 10g, Oracle 11g
For example:
sinh(3) would return 10.0178749274099 sinh(5.2) would return 90.6333626553652 sinh(-5.2) would return -90.6333626553652
