fix the use of uninitialized value in regcomp
[musl.git] / src / math / tgammaf.c
blobb4ca51c9f7a862f0747d3c33e25a9063b4ded981
1 #include <math.h>
3 float tgammaf(float x)
5 return tgamma(x);