1 core.functions.asinh
core.functions.asinh(x)Inverse hyperbolic sine.
1.1 Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| x | Expression | float | Expression or numeric value. | required |
1.2 Returns
| Name | Type | Description |
|---|---|---|
| UnaryOp | Expression representing arcsinh(x). |