The SINH function calculates the hyperbolic sine of a number x, using the formula:
SINH(x) = (EXP(x) - EXP(-x)) / 2
See also:
EXP(x)
Other mathematical functions