X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ftgamma.c;h=691e86a4bbf504373780e8a4ca24fa523cbfd676;hb=8389520ed5ad6f0033d6426e21ef653fa5ca26a4;hp=a3f203c174468f89c04061cf53cfbaf2efbcdb69;hpb=969ddbc423238291d5c7982790bbe72720627ba4;p=musl 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 */