added Math.E

This commit is contained in:
Sander Hautvast 2021-03-05 18:48:52 +01:00
parent 86d0853693
commit 827d24742b

View file

@ -27,7 +27,8 @@ const keywords = {
'true': true, 'true': true,
'false': false, 'false': false,
'pi': Math.PI, 'pi': Math.PI,
'PI': Math.PI 'PI': Math.PI,
'e': Math.E
} }
export const update_visible_objects = function () { export const update_visible_objects = function () {