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