sinh
Computes the hyperbolic sine of a complex number. The hyperbolic sine is calculated using the formula: sinh(a + bi) = sinh(a)cos(b) + i·cosh(a)sin(b), where a and b are the real and imaginary parts of the complex number, respectively.
Return
A new instance of Complex representing the hyperbolic sine of the given complex number.
Parameters
complex
The complex number for which the hyperbolic sine is calculated.