nushell/crates/nu-command/tests/commands/math
Luccas Mateus 0fe6c7c558
Mathsqrt (#3239)
* Output error when ls into a file without permission

* math sqrt

* added test to check fails when ls into prohibited dir

* fix lint

* math sqrt with tests and doc

* trigger wasm build

* Update filesystem_shell.rs

* always forgetting the linting

* fix clippy complaining

Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
2021-04-01 16:26:05 -05:00
..
avg.rs nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00
eval.rs nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00
median.rs nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00
mod.rs Mathsqrt (#3239) 2021-04-01 16:26:05 -05: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
sqrt.rs Mathsqrt (#3239) 2021-04-01 16:26:05 -05:00
sum.rs nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00