nushell/crates/nu-command/src/math
Luccas Mateus 7e070e2e5b
Fix "math sum doesn't support streams" (#301)
* MathEval Variance and Stddev

* Fix tests and linting

* Typo

* Deal with streams when they are not tables
2021-11-07 14:20:58 +13:00
..
abs.rs Add initial ctrl-c support 2021-10-28 17:13:10 +13:00
avg.rs Added math and min commands 2021-10-31 08:06:32 -03:00
ceil.rs MathCeil, MathFloor and MathMode 2021-11-03 08:59:08 -03:00
command.rs Updated to new PipeLineData and made the tests run 2021-10-25 20:56:22 -03:00
eval.rs Last three math commands, eval, variance and stddev (#292) 2021-11-06 06:58:40 +13:00
floor.rs Fix tests 2021-11-03 09:19:28 -03:00
max.rs Improve external output in subexprs (#294) 2021-11-06 18:50:33 +13:00
median.rs Added MathMedian 2021-11-03 18:28:16 -03:00
min.rs Improve external output in subexprs (#294) 2021-11-06 18:50:33 +13:00
mod.rs Last three math commands, eval, variance and stddev (#292) 2021-11-06 06:58:40 +13:00
mode.rs Update mode.rs 2021-11-05 07:04:02 +13:00
product.rs Improve external output in subexprs (#294) 2021-11-06 18:50:33 +13:00
reducers.rs Improve external output in subexprs (#294) 2021-11-06 18:50:33 +13:00
round.rs New math commands(product, round, sqrt and sum) 2021-11-01 18:29:34 -03:00
sqrt.rs New math commands(product, round, sqrt and sum) 2021-11-01 18:29:34 -03:00
stddev.rs Last three math commands, eval, variance and stddev (#292) 2021-11-06 06:58:40 +13:00
sum.rs Improve external output in subexprs (#294) 2021-11-06 18:50:33 +13:00
utils.rs Fix "math sum doesn't support streams" (#301) 2021-11-07 14:20:58 +13:00
variance.rs Last three math commands, eval, variance and stddev (#292) 2021-11-06 06:58:40 +13:00