Revision: 6753
Author: [email protected]
Date: Fri Feb 11 06:23:47 2011
Log: Fix http://code.google.com/p/chromium/issues/detail?id=72555 incorrect
value for Math.LOG10E
Review URL: http://codereview.chromium.org/6489027
http://code.google.com/p/v8/source/detail?r=6753

Modified:
 /branches/bleeding_edge/src/math.js

=======================================
--- /branches/bleeding_edge/src/math.js Wed Jan  5 05:52:00 2011
+++ /branches/bleeding_edge/src/math.js Fri Feb 11 06:23:47 2011
@@ -220,7 +220,7 @@
                DONT_ENUM |  DONT_DELETE | READ_ONLY);
   %SetProperty($Math,
                "LOG10E",
-               0.43429448190325176,
+               0.4342944819032518,
                DONT_ENUM |  DONT_DELETE | READ_ONLY);
   %SetProperty($Math,
                "PI",

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to