nushell/crates/nu-command/src/commands/math
Luccas Mateus 387098fc87
Stop nu panicks in math.round on a large decimal value(Most of the time) (#3224)
* Stop crashing when dealing with large numbers in math round

* Fix formatting

* add tests

* just to trigger wasm build

* trigger wasm build
2021-03-31 19:01:39 +13:00
..
abs.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
avg.rs Refactor nu-cli/env* (#3041) 2021-03-31 18:52:34 +13:00
ceil.rs Refactor nu-cli/env* (#3041) 2021-03-31 18:52:34 +13:00
command.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
eval.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
floor.rs Refactor nu-cli/env* (#3041) 2021-03-31 18:52:34 +13:00
max.rs Refactor nu-cli/env* (#3041) 2021-03-31 18:52:34 +13:00
median.rs Refactor nu-cli/env* (#3041) 2021-03-31 18:52:34 +13:00
min.rs Refactor nu-cli/env* (#3041) 2021-03-31 18:52:34 +13:00
mod.rs nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00
mode.rs Refactor nu-cli/env* (#3041) 2021-03-31 18:52:34 +13:00
product.rs Refactor nu-cli/env* (#3041) 2021-03-31 18:52:34 +13:00
reducers.rs nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00
round.rs Stop nu panicks in math.round on a large decimal value(Most of the time) (#3224) 2021-03-31 19:01:39 +13:00
stddev.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
sum.rs Refactor nu-cli/env* (#3041) 2021-03-31 18:52:34 +13:00
utils.rs nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00
variance.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00