double gammln(double x);
Returns the natural logarithm of the gamma function at x.
Parameters:
Returns: log(Γ(x))
Errors: NUMERICS_ERROR is raised if x ≤ 0
NUMERICS_ERROR
Header: #include "mathx.h"
#include "mathx.h"