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