Compute the hyperbolic sine of an number
y = sinh (x)
The sinh function computes the hyperbolic sine of a number and returns the result as an array. If its argument is an array, the sinh function will be applied to each element and the result returned as an array.