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