Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
Switch services using the Version drop-down list. Learn more about navigation.
Applies to: ✅ Microsoft Fabric ✅ Azure Data Explorer ✅ Azure Monitor ✅ Microsoft Sentinel
Computes log of the absolute value of the gamma function
Syntax
loggamma(number)
Learn more about syntax conventions.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| number | real |
✔️ | The number for which to calculate the gamma. |
Example
print result=loggamma(5)
Output
| result |
|---|
| 3.1780538303479458 |
Returns
- Returns the natural logarithm of the absolute value of the gamma function of x.
- For computing gamma function, see gamma().