Back to Symbolic Math (SymEngine)
sym.acoth
Computes the inverse hyperbolic cotangent of a symbolic expression.
Syntax
sym.acoth(x)
Description
Computes the inverse hyperbolic cotangent of a symbolic expression. Returns the value y such that coth(y) = x. Also known as the area hyperbolic cotangent: acoth(x) = (1/2) * ln((x+1)/(x-1)).
Parameters
| Name | Description |
|---|---|
| x | - The argument (|x| > 1 for real results). |
Returns
Expr