In Oracle/PLSQL, the sinh function returns the hyperbolic sine of n.
Syntax
The syntax for the sinh function is:
sinh( n )
n is a number.
Applies To
For Example
| sinh(3) | would return 10.0178749274099 |
| sinh(5.2) | would return 90.6333626553652 |
| sinh(-5.2) | would return -90.6333626553652 |