#include #include "headers/tgamma.h" double tgamma(double x) { return _tgamma(x); }