Scythe-1.0.3
double scythe::lnfactorial ( unsigned int  n) [inline]

The log of the factorial function.

Computes the natural log of the factorial of n.

Parameters:
nThe non-negative integer value to compute the natural log of the factorial of.
See also:
factorial(unsigned int n)

References log().

Referenced by scythe::rng< mersenne >::rpois().