Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
exp()
Switch services using the Version drop-down list. Learn more about navigation.
Applies to: ✅ Microsoft Fabric ✅ Azure Data Explorer ✅ Azure Monitor ✅ Microsoft Sentinel
The base-e exponential function of x, which is e raised to the power x: e^x.
Syntax
exp(x)
Learn more about syntax conventions.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| x | real |
✔️ | The value of the exponent. |
Returns
The exponential value of x.
Examples
The following example shows how to use the exp() function to calculate the exponential value of 2.
print result = exp(2)
Output
| result |
|---|
| 7.389056 |
Related content
Feedback
Was this page helpful?
