summaryrefslogtreecommitdiff
path: root/libm/e_rem_pio2.c
diff options
context:
space:
mode:
Diffstat (limited to 'libm/e_rem_pio2.c')
-rw-r--r--libm/e_rem_pio2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libm/e_rem_pio2.c b/libm/e_rem_pio2.c
index a8a8cdb2b..85dbaac6d 100644
--- a/libm/e_rem_pio2.c
+++ b/libm/e_rem_pio2.c
@@ -90,7 +90,7 @@ pio2_3t = 8.47842766036889956997e-32; /* 0x397B839A, 0x252049C1 */
double x,y[];
#endif
{
- double z,w,t,r,fn;
+ double z=0,w,t,r,fn;
double tx[3];
int32_t e0,i,j,nx,n,ix,hx;
u_int32_t low;