X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fmath%2Ftgamma.c;h=691e86a4bbf504373780e8a4ca24fa523cbfd676;hp=a3f203c174468f89c04061cf53cfbaf2efbcdb69;hb=e216951f509b71da193da2fc63e25b998740d58b;hpb=0f53c1a4266ad4cca28115e2c3bcfdc86337d8ca diff --git a/src/math/tgamma.c b/src/math/tgamma.c index a3f203c1..691e86a4 100644 --- a/src/math/tgamma.c +++ b/src/math/tgamma.c @@ -89,7 +89,7 @@ static const double fact[] = { /* S(x) rational function for positive x */ static double S(double x) { - double num = 0, den = 0; + double_t num = 0, den = 0; int i; /* to avoid overflow handle large x differently */