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/15319] New: Missing underflow exceptions from atan / atan2


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

             Bug #: 15319
           Summary: Missing underflow exceptions from atan / atan2
           Product: glibc
           Version: 2.17
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jsm28@gcc.gnu.org
    Classification: Unclassified


Various implementations of atan and atan2 functions fail to raise underflow
exceptions for subnormal arguments (when the result is very close to an input
subnormal, but inexact so should raise underflow).  For example, on x86_64,
atan2f (0x1.fp-129f, 1.0f) returns the correct result 0x1.fp-129f but fails to
raise an underflow exception.

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