nushell/crates/nu-cli/src/commands/math
Jonathan Turner 738541f727
Move nu-data out of nu-cli (#2369)
* WIP for moving nu-data out

* Refactor nu-data out of nu-cli

* Remove unwraps

* Remove unwraps
2020-08-18 19:00:02 +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 Data summarize reporting overhaul. (#2299) 2020-08-03 17:47:19 -05:00
mode.rs Add flag for case-insensitive sort-by (#2225) 2020-07-21 05:31:58 +12:00
reducers.rs Move nu-data out of nu-cli (#2369) 2020-08-18 19:00:02 +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