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/15426] New: Wrong sign of infinity from tgamma overflow


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

             Bug #: 15426
           Summary: Wrong sign of infinity from tgamma overflow
           Product: glibc
           Version: 2.17
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jsm28@gcc.gnu.org
    Classification: Unclassified


When tgamma of a negative argument very close to 0 overflows (the result is
essentially 1/x), it should produce negative infinity but wrongly produces
positive infinity.  Example on x86_64: tgamma (-0x1p-1074).

(Discovered while working on a fix for the various known bugs about large ulps
from tgamma.)

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