1 core.functions.cosh
core.functions.cosh(x)Hyperbolic cosine.
1.1 Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| x | Expression | float | Expression or numeric value. | required |
1.2 Returns
| Name | Type | Description |
|---|---|---|
| UnaryOp | Expression representing cosh(x). |
Hyperbolic cosine.
| Name | Type | Description | Default |
|---|---|---|---|
| x | Expression | float | Expression or numeric value. | required |
| Name | Type | Description |
|---|---|---|
| UnaryOp | Expression representing cosh(x). |