Function reference · Trigonometry

acsch

Computes the principal inverse hyperbolic cosecant.

acsch is evaluated through reciprocal inverse-hyperbolic identities when possible; otherwise it remains symbolic.

Examples

These examples use Nerdamer Notation.

Evaluate an inverse hyperbolic cosecant when supported.

acsch(2)

Interfaces

The same operation is available through the interfaces below.

Nerdamer Notation · nerdamer API

Nerdamer Notation

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

acsch(arg1)

nerdamer.acsch

Call the operation through the default nerdamer import.

nerdamer.acsch(x: ExpressionInput): Expression

Parameters

NameTypeDescription
xExpressionInputThe input expression.

Returns

Expression — The inverse hyperbolic cosecant of `x`.

Browse the nerdamer API →

← Back to Reference