This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug math/5717] pow() function on 486sx returns incorrect results


------- Additional Comments From kborys at yahoo dot com  2008-02-02 22:51 -------
After further testing it seems that no matter what optimization is used the 
__ieee754_pow()  calculates incorrectly.  This output is when compiled with no
optimization:

__ieee754_pow(10, 3.0)=1000.000000 -> Correct
__ieee754_pow(10, 0.065)=1.000000  -> INCORRECT




-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=5717

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]