Updates:
Status: Fixed
Comment #4 on issue 3479 by yang...@chromium.org: Math.expm1 is inaccurate
https://code.google.com/p/v8/issues/detail?id=3479
(No comment was entered for this change.)
--
You received this message because this project is configured to send all
issue notification
Comment #3 on issue 3479 by bugdro...@chromium.org: Math.expm1 is inaccurate
http://code.google.com/p/v8/issues/detail?id=3479#c3
The following revision refers to this bug:
https://chromium.googlesource.com/external/v8.git/+/930e5ccc3e9f090eb5ed343c8e337e3e26dc7bbb
commit 930e5ccc3e9f090eb
Comment #2 on issue 3479 by r...@chromium.org: Math.expm1 is inaccurate
http://code.google.com/p/v8/issues/detail?id=3479
FWIW, here is an implementation of expm1 that should be accurate to <= 1
ulp: www/~rtoy/V8/expm1.js with tests in www/~rtoy/V8/test-expm1.html.
This is a port of fdlibm t
Comment #1 on issue 3479 by r...@chromium.org: Math.expm1 is inaccurate
http://code.google.com/p/v8/issues/detail?id=3479
An accurate expm1 function would allow accurate computation of the
hyperbolic functions over the entire domain of finite floating-point
numbers.
--
You received this me