exp2()
Applies to: ✅ Microsoft Fabric ✅ Azure Data Explorer ✅ Azure Monitor ✅ Microsoft Sentinel
The base-2 exponential function of x, which is 2 raised to the power x: 2^x.
Syntax
exp2(
x)
Learn more about syntax conventions.
Parameters
Name | Type | Required | Description |
---|---|---|---|
x | real |
✔️ | The value of the exponent. |
Returns
The exponential value of x.