summaryrefslogtreecommitdiff
path: root/src/math/tgamma.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/tgamma.c')
-rw-r--r--src/math/tgamma.c2
1 files changed, 1 insertions, 1 deletions
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 */