diff --git a/Objective-J/Constants.js b/Objective-J/Constants.js index 5182e1d90..a7aee6bad 100644 --- a/Objective-J/Constants.js +++ b/Objective-J/Constants.js @@ -64,7 +64,7 @@ GLOBAL(SQRT) = Math.sqrt; GLOBAL(E) = Math.E; GLOBAL(LN2) = Math.LN2; GLOBAL(LN10) = Math.LN10; -GLOBAL(LOG) = Math.LOG; +GLOBAL(LOG) = Math.log; GLOBAL(LOG2E) = Math.LOG2E; GLOBAL(LOG10E) = Math.LOG10E;