Function reference · Trigonometry

csch

Computes the hyperbolic cosecant 1/sinh(x).

csch evaluates through hyperbolic sine when possible. It is undefined at zero and tends to zero at either infinity.

Examples

These examples use Nerdamer Notation.

Keep a symbolic hyperbolic cosecant.

csch(x)

Interfaces

The same operation is available through the interfaces below.

Nerdamer Notation · nerdamer API

Nerdamer Notation

Use this form inside input passed to nerdamer(...).

csch(arg1)

nerdamer.csch

Call the operation through the default nerdamer import.

nerdamer.csch(x: ExpressionInput): Expression

Parameters

NameTypeDescription
xExpressionInputThe input expression.

Returns

Expression — The hyperbolic cosecant of `x`.

Browse the nerdamer API →

← Back to Reference