nushell/crates/nu-cli/src/commands/math
Gurpreet Singh 303a9defd3
Added math product support (#2249)
* added math product: working initial impl

* resolving merge conflicts

* impl std::ops::Mul for Filesize

* rebased with main; refactored product implementation

* fixed error msg, added docs for math product
2020-08-27 17:58:01 +12:00
..
avg.rs Move nu-data out of nu-cli (#2369) 2020-08-18 19:00:02 +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 Data summarize reporting overhaul. (#2299) 2020-08-03 17:47:19 -05:00
median.rs Move nu-data out of nu-cli (#2369) 2020-08-18 19:00:02 +12:00
min.rs Data summarize reporting overhaul. (#2299) 2020-08-03 17:47:19 -05:00
mod.rs Added math product support (#2249) 2020-08-27 17:58:01 +12:00
mode.rs Add flag for case-insensitive sort-by (#2225) 2020-07-21 05:31:58 +12:00
product.rs Added math product support (#2249) 2020-08-27 17:58:01 +12:00
reducers.rs Added math product support (#2249) 2020-08-27 17:58:01 +12:00
stddev.rs Sample variance and Sample standard deviation. (#2310) 2020-08-06 23:56:19 -05:00
sum.rs Data summarize reporting overhaul. (#2299) 2020-08-03 17:47:19 -05:00
utils.rs Data summarize reporting overhaul. (#2299) 2020-08-03 17:47:19 -05:00
variance.rs Move nu-data out of nu-cli (#2369) 2020-08-18 19:00:02 +12:00