[v8-dev] Re: Issue 3479 in v8: Math.expm1 is inaccurate

2014-08-29 Thread codesite-noreply via v8-dev
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

[v8-dev] Re: Issue 3479 in v8: Math.expm1 is inaccurate

2014-08-20 Thread codesite-noreply via v8-dev
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

[v8-dev] Re: Issue 3479 in v8: Math.expm1 is inaccurate

2014-08-06 Thread codesite-noreply via v8-dev
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

[v8-dev] Re: Issue 3479 in v8: Math.expm1 is inaccurate

2014-07-31 Thread codesite-noreply via v8-dev
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