Added math avg

Linting

Fix clippy warning

Fix list of records
This commit is contained in:
Luccas Mateus de Medeiros Gomes
2021-10-26 22:00:50 -03:00
parent 11d8e6c71f
commit 40ad9acbc3
5 changed files with 235 additions and 0 deletions

View File

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