Merge pull request #282 from luccasmmg/engine-q-math

math: floor, ceil, median and mode
This commit is contained in:
JT
2021-11-05 07:10:26 +13:00
committed by GitHub
6 changed files with 453 additions and 0 deletions

View File

@ -64,8 +64,12 @@ pub fn create_default_context() -> EngineState {
Math,
MathAbs,
MathAvg,
MathCeil,
MathFloor,
MathMax,
MathMedian,
MathMin,
MathMode,
MathProduct,
MathRound,
MathSqrt,