The SINH function accepts a real number and returns the hyperbolic sine of that number. Depending on whether the value of the argument is less than 1 or not, SINH(x) is computed by means of either a polynomial approximation or the following identity:
SINH(x) = EXP(x - LN(2)) - 0.25/(EXP(x - LN(2)))