diff --git a/src/js/index.js b/src/js/index.js index 27b3c0d..0054364 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -27,7 +27,8 @@ const keywords = { 'true': true, 'false': false, 'pi': Math.PI, - 'PI': Math.PI + 'PI': Math.PI, + 'e': Math.E } export const update_visible_objects = function () {