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/13840] New: hypotf overflow and underflow


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

             Bug #: 13840
           Summary: hypotf overflow and underflow
           Product: glibc
           Version: 2.15
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
        AssignedTo: jsm28@gcc.gnu.org
        ReportedBy: jsm28@gcc.gnu.org
    Classification: Unclassified


sysdeps/ieee754/flt-32/e_hypotf.c's implementation of hypotf overflows
internally for some large inputs (for example, giving inf for hypotf (0x3p125,
0x4p125) instead of 0x5p125).  It also gives inaccurate results for some small
inputs that are not subnormal.  I'll send a patch.

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