blob: 05cc244ea9829dbbb3a1fa72c489c7d7385d9f45 [file] [log] [blame]
#include <math.h>
float tgammaf(float x) {
return tgamma(x);
}