forked from extern/nushell
Merge pull request #282 from luccasmmg/engine-q-math
math: floor, ceil, median and mode
This commit is contained in:
@ -64,8 +64,12 @@ pub fn create_default_context() -> EngineState {
|
||||
Math,
|
||||
MathAbs,
|
||||
MathAvg,
|
||||
MathCeil,
|
||||
MathFloor,
|
||||
MathMax,
|
||||
MathMedian,
|
||||
MathMin,
|
||||
MathMode,
|
||||
MathProduct,
|
||||
MathRound,
|
||||
MathSqrt,
|
||||
|
Reference in New Issue
Block a user