Merge pull request #260 from luccasmmg/engine-q-math-2

Added math avg
This commit is contained in:
JT
2021-10-28 17:14:49 +13:00
committed by GitHub
5 changed files with 235 additions and 0 deletions

View File

@ -51,6 +51,7 @@ pub fn create_default_context() -> EngineState {
Ls,
Math,
MathAbs,
MathAvg,
Mkdir,
Module,
Mv,