nushell/crates/nu-cli/src/commands/math
gorogoroumaru 45f32c9541
Allow math avg to work on durations (#2529)
* Allow `math avg` to work on durations

* formatting

* fix linting issue and implemented `math sum` for duration

* fix linting issue

* applied requested changes

* applied requested change for avg.rs

* formatting
2020-09-12 18:56:05 -05:00
..
avg.rs Allow math avg to work on durations (#2529) 2020-09-12 18:56:05 -05: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 Minor stddev updates (#2452) 2020-08-30 15:36:43 +12:00
sum.rs Allow math avg to work on durations (#2529) 2020-09-12 18:56:05 -05:00
utils.rs Data summarize reporting overhaul. (#2299) 2020-08-03 17:47:19 -05:00
variance.rs Minor updates to variance (#2458) 2020-08-30 16:50:36 -04:00