about summary refs log tree commit diff
path: root/src/math/j0.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/j0.c')
-rw-r--r--src/math/j0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/math/j0.c b/src/math/j0.c
index b281e136..d722d942 100644
--- a/src/math/j0.c
+++ b/src/math/j0.c
@@ -263,7 +263,7 @@ static const double pS2[5] = {
 static double pzero(double x)
 {
 	const double *p,*q;
-	double z,r,s;
+	double_t z,r,s;
 	uint32_t ix;
 
 	GET_HIGH_WORD(ix, x);
@@ -359,7 +359,7 @@ static const double qS2[6] = {
 static double qzero(double x)
 {
 	const double *p,*q;
-	double s,r,z;
+	double_t s,r,z;
 	uint32_t ix;
 
 	GET_HIGH_WORD(ix, x);