nushell/crates/nu-command/tests/commands/math
pwygab caafd26deb
Attempts to add // math operator (#5759)
* attempts to add `div` math operator

* allows `//` to be used too

* fmt:

* clippy issue

* returns appropriate type

* returns appropriate type 2

* fmt

* ensure consistency; rename to `fdiv`

* Update parser.rs
2022-06-13 13:54:47 +03:00
..
avg.rs Allow expanding aliases before keywords, improve hiding (#4858) 2022-03-18 11:35:50 +13:00
eval.rs
median.rs
mod.rs Attempts to add // math operator (#5759) 2022-06-13 13:54:47 +03:00
round.rs
sqrt.rs
sum.rs