loggamma()
Computes log of absolute value of the gamma function
Syntax
loggamma(x)
Arguments
- x: Parameter for the gamma function
Returns
- Returns the natural logarithm of the absolute value of the gamma function of x.
- For computing gamma function, see gamma().