forked from extern/nushell
MathFloor done and MathMode still left work
Math mode final form currently MathMode and MathFloor
This commit is contained in:
@ -62,12 +62,14 @@ pub fn create_default_context() -> EngineState {
|
||||
Math,
|
||||
MathAbs,
|
||||
MathAvg,
|
||||
MathFloor,
|
||||
MathMax,
|
||||
MathMin,
|
||||
MathProduct,
|
||||
MathRound,
|
||||
MathSqrt,
|
||||
MathSum,
|
||||
MathMode,
|
||||
Mkdir,
|
||||
Module,
|
||||
Mv,
|
||||
|
Reference in New Issue
Block a user