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/15062] New: casinh spurious underflows (away from [-i,i])


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

             Bug #: 15062
           Summary: casinh spurious underflows (away from [-i,i])
           Product: glibc
           Version: 2.17
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jsm28@gcc.gnu.org
    Classification: Unclassified


The computation of casinh using log(z + sqrt(1  + z*z)) suffers from spurious
underflows when the complex sqrt underflows even though neither the real nor
the imaginary part of the final result would underflow.  The same similarly
applies to casin and cacos, implemented in terms of casinh.  Working on a
patch.

This bug is specifically about such underflows away from the line from -i to i
(where the real part of the result is 0); there are probably also such
underflows close to that line, but they will need fixing separately along with
the general issues of inaccuracy close to that line (bug 10357).

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