MathCeil, MathFloor and MathMode

This commit is contained in:
Luccas Mateus de Medeiros Gomes
2021-11-03 08:59:08 -03:00
parent 756773a6ed
commit 5ae823612f
4 changed files with 77 additions and 1 deletions

View File

@ -62,6 +62,7 @@ pub fn create_default_context() -> EngineState {
Math,
MathAbs,
MathAvg,
MathCeil,
MathFloor,
MathMax,
MathMin,