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/16977] New: log10 (1) incorrect in round-downward mode


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

            Bug ID: 16977
           Summary: log10 (1) incorrect in round-downward mode
           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

As per ISO C Annex F, log10 (1) should be +0 in all rounding modes.  However,
it returns -1 in round-downward mode for x86_64 for long double, for x86 for
all types, and maybe in other cases.

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