orld.wolfram.com/HyperbolicSine.html" TARGET="_top"> hyperbolic sine of this complex number. Implements the formula:
sinh(a + bi) = sinh(a)cos(b)) + cosh(a)sin(b)i
where the (real) functions on the right-hand side are {@link FastMath#sin}, {@link FastMath#cos}, {@link FastMath#cosh} and {@link FastMath#sinh}.
Returns {@link Complex#NaN} if either real or imaginary part of theinput argument is {@code NaN}.
Infinite values in real or imaginary parts of the input may result in infinite or NaN values returned in parts of the result.
Examples: sinh(1 ± INFINITY i) = NaN + NaN i sinh(±INFINITY + i) = ± INFINITY + INFINITY i sinh(±INFINITY ± INFINITY i) = NaN + NaN i
@return the hyperbolic sine of {@code this}.
@since 1.2