test_doc(): void
Returns the hyperbolic sine of a complex number.
Special cases
real | imaginary | sinh() |
---|---|---|
±0 | ±0 | (±0, ±0) |
±0 | ±Inf | (±0, NaN) |
±0 | NaN | (±0, NaN) |
x (any finite x) | ±Inf | (NaN, NaN) |
x (any finite x) | NaN | (NaN, NaN) |
±Inf | ±0 | (±Inf, ±0) |
±Inf | ±Inf | (±Inf, NaN) |
±Inf | NaN | (±Inf, NaN) |
±Inf | y (any finite y) | +Inf * cis(y) |
NaN | ±0 | (NaN, ±0) |
NaN | NaN | (NaN, NaN) |
NaN | ±Inf | (NaN, NaN) |
NaN | y (any finite y) | (NaN, NaN) |
cis(y) = cos(y) + i sin(y)