Added MathMedian

Added MathMedian

Fix tests
This commit is contained in:
Luccas Mateus de Medeiros Gomes
2021-11-03 18:24:15 -03:00
parent d3e5c5a342
commit 47ebde4087
3 changed files with 125 additions and 1 deletions

View File

@ -65,12 +65,13 @@ pub fn create_default_context() -> EngineState {
MathCeil,
MathFloor,
MathMax,
MathMedian,
MathMin,
MathMode,
MathProduct,
MathRound,
MathSqrt,
MathSum,
MathMode,
Mkdir,
Module,
Mv,