diff options
Diffstat (limited to 'sysdeps/libm-ieee754/e_asin.c')
-rw-r--r-- | sysdeps/libm-ieee754/e_asin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/libm-ieee754/e_asin.c b/sysdeps/libm-ieee754/e_asin.c index 65dc318db3..aa19598848 100644 --- a/sysdeps/libm-ieee754/e_asin.c +++ b/sysdeps/libm-ieee754/e_asin.c @@ -79,7 +79,7 @@ qS[] = {1.0, -2.40339491173441421878e+00, /* 0xC0033A27, 0x1C8A2D4B */ double x; #endif { - double t,w,p,q,c,r,s,p1,p2,p3,q1,q2,q3,z2,z4,z6; + double t,w,p,q,c,r,s,p1,p2,p3,q1,q2,z2,z4,z6; int32_t hx,ix; GET_HIGH_WORD(hx,x); ix = hx&0x7fffffff; |