Formualizer Docs
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
CellValue
No inputs on Sheet1.
Formula
=
Result
Not evaluated yet.
Expected
0

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

arg1

Any · Scalar

Caps

PURE

Source

On this page