Advanced Analysis Library Only
double LnGamma (double x);
Computes the natural logarithm of the gamma function.
Input | ||
Name | Type | Description |
x | double-precision | The point at which the function is evaluated. |
Name | Type | Description |
result | double-precision | The natural logarithm of the gamma function. |