nushell/crates/nu-cli/src/commands/math
Joseph T. Lyons 853d7e7120
Math median tests and documentation additions (#2018)
* Add math median example and unit tests

* Update output of other all math ls command examples to keep consistent with math median output

* Fix output of math max example

* Update output of other math commands using pwd examples to keep data consistent
2020-06-20 00:28:03 -05:00
..
avg.rs Rename average to avg 2020-06-19 18:59:00 -05:00
command.rs Math median tests and documentation additions (#2018) 2020-06-20 00:28:03 -05:00
max.rs Convert sum command into subcommand of the math command (#2004) 2020-06-18 21:02:01 -05:00
median.rs Convert sum command into subcommand of the math command (#2004) 2020-06-18 21:02:01 -05:00
min.rs 1882-Add min, max in addition to average for acting lists (#1969) 2020-06-14 09:49:57 +12:00
mod.rs Rename average to avg 2020-06-19 18:59:00 -05:00
sum.rs Convert sum command into subcommand of the math command (#2004) 2020-06-18 21:02:01 -05:00
utils.rs Math Documentation (#1982) 2020-06-15 08:42:15 +12:00