Skip to content

Commit 5596f4a

Browse files
committed
Add V8 bug reference
1 parent f9cd545 commit 5596f4a

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

TODO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,7 @@
11861186
11871187
236. [travis-deploy-example](https://github.com/bcoe/travis-deploy-example)
11881188
1189-
237. test-tools, test-tools-cov mk recipe
1189+
237. [reserved words](http://www.javascripter.net/faq/reserved.htm) and [reserved words](https://mathiasbynens.be/notes/reserved-keywords) and [keywords](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar)
11901190
11911191
238. a branch (based on `master`) which every month is run against every single Node version since `0.10.0` (may want a separate Jenkins server for this)
11921192

docs/references/bib.bib

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,3 +718,11 @@ @book{devroye:1986
718718
url = {http://www.nrbook.com/devroye/},
719719
year = {1986},
720720
}
721+
722+
@misc{v8:3006,
723+
abstract = {In Mac Chrome 33.0.1706.0 canary, Math.cos(Math.pow(2,120)) returns 0.47796506772457525. In Chromium ToT from today, after a V8 roll with the new sin/cos implementation using table lookup and interpolation, this now returns 0. The true value evaluated to full precision is closer to -0.925879. This also causes a test regression in webaudio that uses sin. This is highly unexpected that the new implementation causes a sine wave saved to a 16-bit wav file to produce different values.},
724+
keywords = {math, trig, trigonometry, native, standard, chrome, chromium, v8, bug},
725+
title = {{Inaccurate sin/cos values}},
726+
url = {https://bugs.chromium.org/p/v8/issues/detail?id=3006},
727+
year = {2013}
728+
}

0 commit comments

Comments
 (0)