Formualizer Docs
ReferenceFunctionsMath Functions

CSCH

CSCH: Returns the hyperbolic cosecant of a number, defined as `1 / SINH(x)`.

Summary

CSCH is the reciprocal of SINH where defined.

Remarks

  • Domain: valid for all real numbers except 0.
  • Radians: this function is hyperbolic, so the input is not treated as an angle in radians.
  • Errors: returns #DIV/0! when SINH(x) is zero (at x = 0).

Examples

Hyperbolic cosecant at one
Grid
CellValue
No inputs on Sheet1.
Formula
=
Result
Not evaluated yet.
Expected
0.8509181282393216
Division by zero at origin
Grid
CellValue
No inputs on Sheet1.
Formula
=
Result
Not evaluated yet.
Expected
#DIV/0!

FAQ

When does CSCH return #DIV/0!?

CSCH returns #DIV/0! when SINH(x) is zero, which occurs at x = 0.

Runtime metadata

Category

Math

Signature

CSCH(arg1: Number)

Arity

min 1, max 1

Arguments

arg1

Number · Scalar · coercion NumberLenientText

Caps

PUREELEMENTWISENUMERIC_ONLY

Source

On this page