Documentation moved.This entry is now part of the unified function reference. Open the unified page → API/nerdamer APIFunctionnerdamer.cschsrc/index.ts:765nerdamer.csch(x: ExpressionInput): ExpressionComputes the hyperbolic cosecant of an expression:`csch(x) = 1/sinh(x)`. -`csch(±∞) = 0`-`csch(0)`is undefined.throwsUndefinedError If`x`is`0`.ParametersNameTypeDescriptionxExpressionInputThe input expression.ReturnsExpression — The hyperbolic cosecant of `x`.Examples// Symbolic csch('x').text() // "csch(x)"