forked from extern/nushell
Added MathMedian
Added MathMedian Fix tests
This commit is contained in:
@ -65,12 +65,13 @@ pub fn create_default_context() -> EngineState {
|
||||
MathCeil,
|
||||
MathFloor,
|
||||
MathMax,
|
||||
MathMedian,
|
||||
MathMin,
|
||||
MathMode,
|
||||
MathProduct,
|
||||
MathRound,
|
||||
MathSqrt,
|
||||
MathSum,
|
||||
MathMode,
|
||||
Mkdir,
|
||||
Module,
|
||||
Mv,
|
||||
|
Reference in New Issue
Block a user