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