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