The SINH function returns the hyperbolic sine of X.
The angle for which the hyperbolic sine is desired, specified in radians. If X is double-precision floating-point, the result is also double-precision. Complex values are not allowed. All other types are converted to single-precision floating-point and yield floating-point results. SINH is defined as:
If X is an array, the result has the same structure, with each element containing the hyperbolic sine of the corresponding element of X .