1 core.functions.sinh
core.functions.sinh(x)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 sinh(x). |
Hyperbolic sine.
| Name | Type | Description | Default |
|---|---|---|---|
| x | Expression | float | Expression or numeric value. | required |
| Name | Type | Description |
|---|---|---|
| UnaryOp | Expression representing sinh(x). |