double factln(int n);
Returns the natural logarithm of the factorial of n.
Parameters:
Returns: log(n!)
Errors: NUMERICS_ERROR is raised if n < 0
NUMERICS_ERROR
Header: #include "mathx.h"
#include "mathx.h"