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/16354] New: cosh spurious underflows


https://sourceware.org/bugzilla/show_bug.cgi?id=16354

            Bug ID: 16354
           Summary: cosh spurious underflows
           Product: glibc
           Version: 2.19
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org

On x86_64, for long double, cosh of subnormals produces spurious underflow
exceptions:

Failure: cosh (0x2p-16384): Exception "Underflow" set

It looks likely that other versions of cosh have the same bug, arising from use
of expm1, except for it being covered up by bug 16353 meaning some expm1
versions fail to raise the exception when they should.

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