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/369] pow problems on x86


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

--- Comment #12 from Joseph Myers <jsm28 at gcc dot gnu.org> 2012-03-27 16:02:37 UTC ---
The attached patch is incorrect (it results in NaN for pow (-1, DBL_MAX), which
should be 1; an infinity for pow (-DBL_MAX, 1000.5), which should be NaN; zero
for pow (-DBL_MIN, 1000.5), which should be NaN).  I'm working on a different
patch.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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