Last three math commands, eval, variance and stddev (#292)

* MathEval Variance and Stddev

* Fix tests and linting

* Typo
This commit is contained in:
Luccas Mateus
2021-11-05 14:58:40 -03:00
committed by GitHub
parent 345b51b272
commit c7d159a0f3
8 changed files with 368 additions and 5 deletions

View File

@ -66,6 +66,7 @@ pub fn create_default_context() -> EngineState {
MathAvg,
MathCeil,
MathFloor,
MathEval,
MathMax,
MathMedian,
MathMin,
@ -73,7 +74,9 @@ pub fn create_default_context() -> EngineState {
MathProduct,
MathRound,
MathSqrt,
MathStddev,
MathSum,
MathVariance,
Mkdir,
Module,
Mv,