logGamma

logGamma, function

def autodiff pure logGamma(x: number): number

Returns the natural logarithm of the Gamma function at x.

Examples

show table "logGamma(3)" with
  logGamma(3) as "Value"

This produces the following table:

Value
0.6931471

Remarks

For any positive integer $n$, we have $\Gamma(n) = (n-1)!$

User Contributed Notes
0 notes + add a note