1 core.functions.atanh
core.functions.atanh(x)Inverse hyperbolic tangent.
1.1 Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| x | Expression | float | Expression or numeric value in (-1, 1). | required |
1.2 Returns
| Name | Type | Description |
|---|---|---|
| UnaryOp | Expression representing arctanh(x). |