nushell/crates/nu-command/src/math
Justin Ma b09acdb7f9
Fix unsupported type message for some math related commands (#4672)
* Fix unsupported type message of some math related commands

* changing the error form for UnsupportedInput

* cargo fmt
2022-02-28 10:14:33 -05:00
..
abs.rs Fix unsupported type message for some math related commands (#4672) 2022-02-28 10:14:33 -05:00
avg.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
ceil.rs Fix unsupported type message for some math related commands (#4672) 2022-02-28 10:14:33 -05:00
eval.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
floor.rs Fix unsupported type message for some math related commands (#4672) 2022-02-28 10:14:33 -05:00
math_.rs Rename some files (#952) 2022-02-05 12:35:02 -05:00
max.rs Category option for signature (#343) 2021-11-17 17:22:37 +13:00
median.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
min.rs Category option for signature (#343) 2021-11-17 17:22:37 +13:00
mod.rs Rename some files (#952) 2022-02-05 12:35:02 -05:00
mode.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
product.rs Category option for signature (#343) 2021-11-17 17:22:37 +13:00
reducers.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
round.rs Fix unsupported type message for some math related commands (#4672) 2022-02-28 10:14:33 -05:00
sqrt.rs Fix unsupported type message for some math related commands (#4672) 2022-02-28 10:14:33 -05:00
stddev.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00
sum.rs Category option for signature (#343) 2021-11-17 17:22:37 +13:00
utils.rs Add string stream and binary stream, add text decoding (#570) 2021-12-24 18:22:11 +11:00
variance.rs Remove Span::unknown (#525) 2021-12-19 18:46:13 +11:00