mirror of
https://github.com/danbulant/nushell
synced 2026-06-12 11:11:16 +00:00
* Rename `calc` to `math eval` and allow it to optionally take the expression as an argument * Moved calc tests to math eval Also added 2 tests and changed 1 test * Move calc docs to math eval |
||
|---|---|---|
| .. | ||
| avg.rs | ||
| command.rs | ||
| eval.rs | ||
| max.rs | ||
| median.rs | ||
| min.rs | ||
| mod.rs | ||
| mode.rs | ||
| stddev.rs | ||
| sum.rs | ||
| utils.rs | ||
| variance.rs | ||