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/13629] clog() returns wrong values around z=1


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

--- Comment #5 from Joseph Myers <jsm28 at gcc dot gnu.org> 2012-03-19 20:21:02 UTC ---
Overflows and underflows for clog and clog10 fixed by:

commit 1897ad44326bb7761dcda46132ae303f7288aba9
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon Mar 19 20:13:10 2012 +0000

    Fix clog overflow/underflow (bug 13629).

The problems near |z|=1 are *not* yet fixed (and will be somewhat more involved
to fix than the overflows/underflows).

-- 
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]