diff options
Diffstat (limited to 'deps/v8/src/math.js')
-rw-r--r-- | deps/v8/src/math.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/math.js b/deps/v8/src/math.js index 02b19aba6..70b8c57ca 100644 --- a/deps/v8/src/math.js +++ b/deps/v8/src/math.js @@ -220,7 +220,7 @@ function SetupMath() { DONT_ENUM | DONT_DELETE | READ_ONLY); %SetProperty($Math, "LOG10E", - 0.43429448190325176, + 0.4342944819032518, DONT_ENUM | DONT_DELETE | READ_ONLY); %SetProperty($Math, "PI", |