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