mirror of
https://github.com/danbulant/nushell
synced 2026-06-12 11:11:16 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| avg.rs | ||
| ceil.rs | ||
| command.rs | ||
| eval.rs | ||
| floor.rs | ||
| max.rs | ||
| median.rs | ||
| min.rs | ||
| mod.rs | ||
| mode.rs | ||
| product.rs | ||
| reducers.rs | ||
| round.rs | ||
| stddev.rs | ||
| sum.rs | ||
| utils.rs | ||
| variance.rs | ||