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/16353] expm1 missing underflows


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zimmerma+gcc at loria dot fr

--- Comment #1 from Paul Zimmermann <zimmerma+gcc at loria dot fr> ---
on the other hand in some cases we get a spurious overflow (here for long
double on x86_64 with the current git version):

Testing function expm1 for exponent 0 [seed=8473].
 rounding mode MPFR_RNDN:
      wrong underflow flag: mpfr gives 0, library 16
      x=3.36210314311209350626e-4932
      library gives 3.36210314311209350626e-4932
      mpfr    gives 3.36210314311209350626e-4932

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