summaryrefslogtreecommitdiff
path: root/libm/e_asin.c
diff options
context:
space:
mode:
Diffstat (limited to 'libm/e_asin.c')
-rw-r--r--libm/e_asin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libm/e_asin.c b/libm/e_asin.c
index 46b93d8c0..210fdbf3b 100644
--- a/libm/e_asin.c
+++ b/libm/e_asin.c
@@ -77,7 +77,7 @@ qS4 = 7.70381505559019352791e-02; /* 0x3FB3B8C5, 0xB12E9282 */
double x;
#endif
{
- double t,w,p,q,c,r,s;
+ double t=0.0,w,p,q,c,r,s;
int32_t hx,ix;
GET_HIGH_WORD(hx,x);
ix = hx&0x7fffffff;