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 #7 from Joseph Myers <jsm28 at gcc dot gnu.org> 2012-07-31 14:25:26 UTC ---
Cases where the real or imaginary part has absolute value > 1 fixed by:

commit d0419dbfbd19cb01398d43895a679c0bcb961070
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Jul 31 14:21:19 2012 +0000

    Improve clog, clog10 handling of values with real or imaginary part
slightly above 1 (bug 13629).

The remaining cases not yet fixed are those close to |z| = 1, where both real
and imaginary parts have absolute value < 1.

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