factln

double factln(int n);

Returns the natural logarithm of the factorial of n.

Parameters:
nValue to evaluate function at.

Returns:
log(n!)

Errors:
NUMERICS_ERROR is raised if n < 0

Header:
#include "mathx.h"