Skip to content

Commit

Permalink
Add log10 to no-await list
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceSherwood committed Dec 28, 2022
1 parent c999e4b commit 56ec11f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion GlowScriptOffline/glowscript_libraries/compiler.3.2.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/compiling/GScompiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ where compile() was called, in untrusted/run.js.
'wtext', 'winput', 'radio', 'checkbox', 'button', 'slider', 'menu', 'input', 'js_generator', 'yield',
'clear', 'copy', 'get', 'items', 'keys', 'values', 'pypop', 'popitem', 'fromkeys', 'update', 'setdefault',
'mag', 'mag2', 'norm', 'hat', 'dot', 'cross', 'proj', 'diff_angle', 'abs', 'filter', 'set',
'sin', 'cos', 'tan', 'asin', 'acos', 'atan', 'atan2', 'exp', 'log', 'pow', 'sqrt',
'sin', 'cos', 'tan', 'asin', 'acos', 'atan', 'atan2', 'exp', 'log', 'log10', 'pow', 'sqrt',
'ceil', 'floor', 'sign', 'round', 'max', 'min', 'random', "factorial", "combin"]

// Must delete class statements of the form classname.prototype.ρσ_ls = "11";
Expand Down
2 changes: 1 addition & 1 deletion package/RScompiler.3.2.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package/compiler.3.2.min.js

Large diffs are not rendered by default.

0 comments on commit 56ec11f

Please sign in to comment.