IMSINH(inumber)
IMSINH returns the complex hyperbolic sine of the complex number z (inumber), where
sinh(z) = (exp(z) - exp(-z))/2.
IMSINH("1+j") equals 0.63496+1.29846j.
IMCOSH, IMTANH.