IMSINH
Returns the hyperbolic sine of a complex number.
EngineeringEngineering & Science
What it does
Calculates hyperbolic sine of a complex number.
Syntax
IMSINH(inumber)
Arguments
inumber(text) β Complex number.
Examples
Complex Sinh
Sinh of 1+i.
FORMULA
=IMSINH("1+i")RESULT
0.63+1.29i
SAMPLE DATA
| A | |
|---|---|
| 1 | Comp |
| 2 | 1+i |