gammln

double gammln(double x);

Returns the natural logarithm of the gamma function at x.

Parameters:
xValue to evaluate function at.

Returns:
log(Γ(x))

Errors:
NUMERICS_ERROR is raised if x ≤ 0

Header:
#include "mathx.h"