nushell/crates/nu-cli/src/commands/math
morbatex 0d8064ed2d
Add rounding functionalties (#2672)
* added math round

* added math floor

* added math ceil

* added math.md examples

* moved the detection of nonnumerical values in ceil/floor/round

* math round now works on streams

* math floor now works on streams

* math ceil now works on streams
2020-10-22 13:18:27 +13:00
..
avg.rs Nushell internal commands. Anchor locations tracker surveying. (#2635) 2020-10-03 09:06:02 -05:00
ceil.rs Add rounding functionalties (#2672) 2020-10-22 13:18:27 +13:00
command.rs Move command changes. Refactorings. (#2683) 2020-10-20 04:07:13 -05:00
eval.rs Add Tau constant (#2673) 2020-10-22 13:16:51 +13:00
floor.rs Add rounding functionalties (#2672) 2020-10-22 13:18:27 +13:00
max.rs Nushell internal commands. Anchor locations tracker surveying. (#2635) 2020-10-03 09:06:02 -05:00
median.rs Nushell internal commands. Anchor locations tracker surveying. (#2635) 2020-10-03 09:06:02 -05:00
min.rs Nushell internal commands. Anchor locations tracker surveying. (#2635) 2020-10-03 09:06:02 -05:00
mod.rs Add rounding functionalties (#2672) 2020-10-22 13:18:27 +13:00
mode.rs Nushell internal commands. Anchor locations tracker surveying. (#2635) 2020-10-03 09:06:02 -05:00
product.rs Nushell internal commands. Anchor locations tracker surveying. (#2635) 2020-10-03 09:06:02 -05:00
reducers.rs Added math product support (#2249) 2020-08-27 17:58:01 +12:00
round.rs Add rounding functionalties (#2672) 2020-10-22 13:18:27 +13:00
stddev.rs Nushell internal commands. Anchor locations tracker surveying. (#2635) 2020-10-03 09:06:02 -05:00
sum.rs Nushell internal commands. Anchor locations tracker surveying. (#2635) 2020-10-03 09:06:02 -05:00
utils.rs Add rounding functionalties (#2672) 2020-10-22 13:18:27 +13:00
variance.rs Nushell internal commands. Anchor locations tracker surveying. (#2635) 2020-10-03 09:06:02 -05:00