Back to Symbolic Math (SymEngine)
sym.acsch
Computes the inverse hyperbolic cosecant of a symbolic expression.
Syntax
sym.acsch(x)
Description
Computes the inverse hyperbolic cosecant of a symbolic expression. Returns the value y such that csch(y) = x. Also known as the area hyperbolic cosecant: acsch(x) = ln((1 + √(1+x²))/x) for x > 0.
Parameters
| Name | Description |
|---|---|
| x | - The argument (x ≠ 0 for real results). |
Returns
Expr