loggamma(X)
Returns the natural log of the gamma function of the given value.
Syntax
loggamma(X)
Input
Argument | Type | Description |
---|---|---|
X |
integer or decimal | The value on which to compute the natural log of the gamma function |
Return Value
Returns a decimal number corresponding to the natural log of the gamma function of
X
.
If X
is N/A, the result is N/A.