We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hypotl
1 parent aeab19f commit 711654eCopy full SHA for 711654e
1 file changed
src/e_hypotl.c
@@ -82,7 +82,7 @@ hypotl(long double x, long double y)
82
man_t manh, manl;
83
GET_LDBL_MAN(manh,manl,b);
84
if((manh|manl)==0) return a;
85
- t1=0;
+ t1=1;
86
SET_HIGH_WORD(t1,ESW(MAX_EXP-2)); /* t1=2^(MAX_EXP-2) */
87
b *= t1;
88
a *= t1;
0 commit comments