1 core.functions.exp
core.functions.exp(x)Exponential function (e^x).
1.1 Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| x | Expression | float | Expression or numeric value. | required |
1.2 Returns
| Name | Type | Description |
|---|---|---|
| UnaryOp | Expression representing exp(x). |
Exponential function (e^x).
| Name | Type | Description | Default |
|---|---|---|---|
| x | Expression | float | Expression or numeric value. | required |
| Name | Type | Description |
|---|---|---|
| UnaryOp | Expression representing exp(x). |