Merge pull request #273 from luccasmmg/engine-q-math

New math commands(product, round, sqrt and sum)
This commit is contained in:
JT
2021-11-02 11:20:35 +13:00
committed by GitHub
7 changed files with 373 additions and 0 deletions

View File

@ -63,6 +63,10 @@ pub fn create_default_context() -> EngineState {
MathAvg,
MathMax,
MathMin,
MathProduct,
MathRound,
MathSqrt,
MathSum,
Mkdir,
Module,
Mv,