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/14471] Inaccurate y0f function on x86_32 and x86_64


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

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

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

--- Comment #3 from Paul Zimmermann <zimmerma+gcc at loria dot fr> ---
another example:

Testing function y0 for exponent 0 [seed=4519].
 rounding mode MPFR_RNDZ:
      wrong underflow flag for x=e.4c1760@-1
      library gives 0
      mpfr    gives 3.274468@-7
      underflow: mpfr 0, library 0

The correct result given by mpfr (I hope) is far away from the subnormal
range (1.17472840344135e-8 vs 1.17549435082229e-38) thus the error is huge,
and moreover the glibc result 0 is inconsistent with the underflow flag.

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