summaryrefslogtreecommitdiffstats
path: root/src/math.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/math.js')
-rw-r--r--src/math.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math.js b/src/math.js
index 02b19aba..70b8c57c 100644
--- a/src/math.js
+++ b/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",