added Math.E
This commit is contained in:
parent
86d0853693
commit
827d24742b
1 changed files with 2 additions and 1 deletions
|
|
@ -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 () {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue