The IMSINH function returns the hyperbolic sine of a complex number in x+yi or x+yj text format.
Syntax
IMSINH(inumber)
The IMSINH function syntax has the following arguments.
-
inumber Required. A complex number for which you want the hyperbolic sine.
Remarks
-
You can use the COMPLEX function to convert real and imaginary coefficients into a complex number.
-
If inumber is a value that is not in the x+yi or x+yj text format, IMSINH returns the #NUM! error value.
-
If inumber is a logical value, IMSINH returns the #VALUE! error value.
Example
Formula |
Description |
Result |
=IMSINH("4+3i") |
Returns the hyperbolic sine of a complex number: 4+3i. |
-27.0168132580039+3.85373803791938i |