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/22906] new version of exp doesn't always round correctly


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

Wilco <wdijkstr at arm dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wdijkstr at arm dot com

--- Comment #7 from Wilco <wdijkstr at arm dot com> ---
Note that while the max ULP error of exp is 1, the ULP error vs the infinitely
precise result is actually very close to 0.50 ULP, ie. most (>99%) of results
are correctly rounded. This is significantly better than the 1ULP max error
bound guarantees. Fixing that last 1% requires at least 100 times more effort
(as crlibm shows), and that's just not worth it for a general purpose math
library.

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