Skip to content

Commit 397a971

Browse files
committed
Add Chromium bug reference
1 parent 5596f4a commit 397a971

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/references/bib.bib

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,3 +726,11 @@ @misc{v8:3006
726726
url = {https://bugs.chromium.org/p/v8/issues/detail?id=3006},
727727
year = {2013}
728728
}
729+
730+
@misc{chromium:320097,
731+
abstract = {From examining the source code, the cause is likely some optimization recently introduced into V8 around Math.sin or Math.cos. It may be that the change in behavior is perfectly valid; this demo is known to exercise the full range of floating-point values. However, investigation is needed to confirm that a regression hasn't been introduced.},
732+
keywords = {math, sin, sine, cos, cosine, trig, trigonometry, bug, standard, chrome, chromium, v8},
733+
title = {{V8 version 3.23.4 changes results of trigonometric functions}},
734+
url = { https://bugs.chromium.org/p/chromium/issues/detail?id=320097},
735+
year = {2013}
736+
}

0 commit comments

Comments
 (0)