1 core.functions.acosh
core.functions.acosh(x)Inverse hyperbolic cosine.
1.1 Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| x | Expression | float | Expression or numeric value >= 1. | required |
1.2 Returns
| Name | Type | Description |
|---|---|---|
| UnaryOp | Expression representing arccosh(x). |