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/16538] Missing underflow exception from sin/sinl


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

Paul Zimmermann <zimmerma+gcc at loria dot fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Missing underflow exception |Missing underflow exception
                   |from sinl                   |from sin/sinl

--- Comment #1 from Paul Zimmermann <zimmerma+gcc at loria dot fr> ---
idem in double precision (on x86_64):

Testing function sin for exponent 0 [seed=17940].
 rounding mode MPFR_RNDD:
      wrong underflow flag for x=4.0000000000000@-269
      library gives 4.0000000000000@-269
      mpfr    gives 0
      underflow: mpfr 1, library 0

This is the smallest subnormal 0x1p-1074.

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