New math commands(product, round, sqrt and sum)

This commit is contained in:
Luccas Mateus de Medeiros Gomes
2021-11-01 18:29:34 -03:00
parent e14945fdf5
commit e16b0e7b01
7 changed files with 373 additions and 0 deletions

View File

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