Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: ✅ Microsoft Fabric ✅ Azure Data Explorer ✅ Azure Monitor ✅ Microsoft Sentinel
The base-10 exponential function of x, which is 10 raised to the power x: 10^x.
Syntax
exp10(
x)
Learn more about syntax conventions.
Parameters
Name | Type | Required | Description |
---|---|---|---|
x | real |
✔️ | The value of the exponent. |
Returns
Returns the exponential value of x.
Examples
The following example shows how to use the exp10()
function to calculate the exponential value of 2.
print result = exp10(2)
Output
result
-------
100