gamma()
Applies to: ✅ Azure Data Explorer ✅ Azure Monitor ✅ Microsoft Sentinel
Computes the gamma function for the provided number.
gamma(
number)
Learn more about syntax conventions.
Name | Type | Required | Description |
---|---|---|---|
number | real |
✔️ | The number used to calculate the gamma function. |
Gamma function of number.
For computing log-gamma function, see loggamma().