forked from extern/nushell
New math commands(product, round, sqrt and sum)
This commit is contained in:
@@ -56,6 +56,10 @@ pub fn create_default_context() -> EngineState {
|
||||
MathAvg,
|
||||
MathMax,
|
||||
MathMin,
|
||||
MathProduct,
|
||||
MathRound,
|
||||
MathSqrt,
|
||||
MathSum,
|
||||
Mkdir,
|
||||
Module,
|
||||
Mv,
|
||||
|
Reference in New Issue
Block a user