#include <math.h> #include "headers/lgamma.h" double lgamma(double x) { return _lgamma(x); }