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.
In this article
Applies to: ✅ Azure Data Explorer ✅ Azure Monitor ✅ Microsoft Sentinel
Computes log of the absolute value of the gamma function
loggamma(
number)
Learn more about syntax conventions.
Name | Type | Required | Description |
---|---|---|---|
number | real |
✔️ | The number for which to calculate the gamma. |
print result=loggamma(5)
Output
result |
---|
3.1780538303479458 |
- Returns the natural logarithm of the absolute value of the gamma function of x.
- For computing gamma function, see gamma().