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/10357] casinh(x) loses precision near x=0


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

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Joseph Myers <jsm28 at gcc dot gnu.org> 2013-03-30 13:34:13 UTC ---
Fixed for 2.18 by:

commit ccc8cadf750fc3626fa418a92642b6127428f404
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Sat Mar 30 13:31:53 2013 +0000

    Fix casinh inaccuracy for imaginary part < 1.0, real part small (bug
10357).

(the last in a series of patches fixing a range of inaccuracy and spurious
exception problems for casinh, casin and cacos).

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