exp()
The base-e exponential function of x, which is e raised to the power x: e^x.
Syntax
exp(x)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| x | real | ✓ | The value of the exponent. |
Returns
The exponential value of x.
The base-e exponential function of x, which is e raised to the power x: e^x.
exp(x)
| Name | Type | Required | Description |
|---|---|---|---|
| x | real | ✓ | The value of the exponent. |
The exponential value of x.