ReferenceFunctionsEngineering Functions
IMSINH
IMSINH: Returns the hyperbolic sine of a complex number.
Summary
Accepts an Excel-style complex number string and returns the complex hyperbolic sine as text.
Examples
Hyperbolic sine of zero
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0
Related functions
FAQ
What input format is accepted?
Use standard spreadsheet complex-number text such as "1+2i" or "1+2j".
Runtime metadata
Category
Engineering
Signature
IMSINH(arg1: Any)Arity
min 1, max 1
Arguments
arg1Any · Scalar
Caps
PURE
Source