#include #include "headers/tgammaf.h" float tgammaf(float x) { return _tgammaf(x); }