nushell/crates/nu-command/src/math
valdaarhun 125e60d06a
Add search terms to 'math' commands (#5990)
* Remove 'average' from search_terms

* Add search_terms to 'floor' and 'variance'
2022-07-08 09:14:51 -05:00
..
abs.rs Added search terms to math commands (#5224) 2022-04-19 09:33:32 +12:00
avg.rs Added search terms to math commands (#5224) 2022-04-19 09:33:32 +12:00
ceil.rs Added search terms to math commands (#5224) 2022-04-19 09:33:32 +12:00
eval.rs Added search terms to math commands (#5224) 2022-04-19 09:33:32 +12:00
floor.rs Add search terms to 'math' commands (#5990) 2022-07-08 09:14:51 -05:00
math_.rs Rename some files (#952) 2022-02-05 12:35:02 -05:00
max.rs Added search terms to math commands (#5224) 2022-04-19 09:33:32 +12:00
median.rs Add search terms to 'math' commands (#5990) 2022-07-08 09:14:51 -05:00
min.rs Added search terms to math commands (#5224) 2022-04-19 09:33:32 +12:00
mod.rs Rename some files (#952) 2022-02-05 12:35:02 -05:00
mode.rs Add search terms to 'math' commands (#5990) 2022-07-08 09:14:51 -05:00
product.rs Added search terms to math commands (#5224) 2022-04-19 09:33:32 +12:00
reducers.rs Fix known externals, fix operator spans (#5140) 2022-04-09 17:17:48 +12:00
round.rs Added search terms to math commands (#5224) 2022-04-19 09:33:32 +12:00
sqrt.rs Added search terms to math commands (#5224) 2022-04-19 09:33:32 +12:00
stddev.rs Added search terms to math commands (#5224) 2022-04-19 09:33:32 +12:00
sum.rs Added search terms to math commands (#5224) 2022-04-19 09:33:32 +12:00
utils.rs Fix for loop ctrlc not terminating (#5003) 2022-03-28 19:13:43 +13:00
variance.rs Add search terms to 'math' commands (#5990) 2022-07-08 09:14:51 -05:00