Formualizer Docs
ReferenceFunctionsEngineering Functions

IMCSC

IMCSC: Returns the cosecant of a complex number.

Summary

Computes 1 / IMSIN(inumber) for an Excel-style complex number string.

Examples

Cosecant of pi over two
Grid
CellValue
No inputs on Sheet1.
Formula
=
Result
Not evaluated yet.
Expected
1

FAQ

What happens at a pole?

Inputs such as zero that make the reciprocal undefined return #NUM!.

Runtime metadata

Category

Engineering

Signature

IMCSC(arg1: Any)

Arity

min 1, max 1

Arguments

arg1

Any · Scalar

Caps

PURE

Source

On this page