MathFloor done and MathMode still left work

Math mode final form currently

MathMode and MathFloor
This commit is contained in:
Luccas Mateus de Medeiros Gomes
2021-11-02 21:17:27 -03:00
parent dfb846dec6
commit 756773a6ed
4 changed files with 254 additions and 0 deletions

View File

@ -62,12 +62,14 @@ pub fn create_default_context() -> EngineState {
Math,
MathAbs,
MathAvg,
MathFloor,
MathMax,
MathMin,
MathProduct,
MathRound,
MathSqrt,
MathSum,
MathMode,
Mkdir,
Module,
Mv,