nushell/crates/nu-cli/src/commands/math
Shaurya Shubham ffe3e2c16b
Rename calc to math eval and allow it to optionally take an expression as an argument (#2195)
* Rename `calc` to `math eval` and allow it to optionally take the expression as an argument

* Moved calc tests to math eval
Also added 2 tests and changed 1 test

* Move calc docs to math eval
2020-07-18 16:11:19 +12:00
..
avg.rs Rename 'bytes' to 'filesize' (#2153) 2020-07-11 14:17:37 +12:00
command.rs Add variance and stddev subcommands to math command (#2154) 2020-07-15 07:15:02 +12:00
eval.rs Rename calc to math eval and allow it to optionally take an expression as an argument (#2195) 2020-07-18 16:11:19 +12:00
max.rs Refactor out RunnableContext from calculate (#2037) 2020-06-24 06:24:33 +12:00
median.rs Rename 'bytes' to 'filesize' (#2153) 2020-07-11 14:17:37 +12:00
min.rs Refactor out RunnableContext from calculate (#2037) 2020-06-24 06:24:33 +12:00
mod.rs Rename calc to math eval and allow it to optionally take an expression as an argument (#2195) 2020-07-18 16:11:19 +12:00
mode.rs Make mode subcommand: math mode (#2043) 2020-06-25 05:57:27 +12:00
stddev.rs Add variance and stddev subcommands to math command (#2154) 2020-07-15 07:15:02 +12:00
sum.rs Refactor out RunnableContext from calculate (#2037) 2020-06-24 06:24:33 +12:00
utils.rs User error propagation operator (#2201) 2020-07-18 13:12:06 +12:00
variance.rs Add variance and stddev subcommands to math command (#2154) 2020-07-15 07:15:02 +12:00