Hyperbolic sine of argument in radians
Y = sinh(X)
The sinh
function operates element-wise
on arrays. The function's domains and ranges include complex values.
All angles are in radians.
Y = sinh(X)
returns the
hyperbolic sine of the elements of X
.