nushell/crates/nu-command/src/math
Michael Angerman 3c583c9a20
cratification: part III of the math commands to nu-cmd-extra (#9674)
The following math commands are being moved to nu-cmd-extra

* e (euler)
* exp
* ln

This should conclude moving the extra math commands as discussed in
yesterday's
core team meeting...

The remaining math commands will stay in nu-command (for now)....
2023-07-13 09:11:26 -07:00
..
abs.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
avg.rs Uniformize usage() and extra_usage() message ending for commands helper. (#8268) 2023-02-28 21:33:02 -08:00
ceil.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
floor.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
log.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
math_.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01:00
max.rs Uniformize usage() and extra_usage() message ending for commands helper. (#8268) 2023-02-28 21:33:02 -08:00
median.rs Fix clippy warnings (upcoming) (#9282) 2023-05-25 10:58:18 +12:00
min.rs Uniformize usage() and extra_usage() message ending for commands helper. (#8268) 2023-02-28 21:33:02 -08:00
mod.rs cratification: part III of the math commands to nu-cmd-extra (#9674) 2023-07-13 09:11:26 -07:00
mode.rs revert: move to ahash (#9464) 2023-06-18 15:27:57 +12:00
product.rs Uniformize usage() and extra_usage() message ending for commands helper. (#8268) 2023-02-28 21:33:02 -08:00
reducers.rs Fix clippy warnings (upcoming) (#9282) 2023-05-25 10:58:18 +12:00
round.rs Fix negative precision round with ints (issue #9049) (#9073) 2023-05-03 23:07:32 +02:00
sqrt.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
stddev.rs Uniformize usage() and extra_usage() message ending for commands helper. (#8268) 2023-02-28 21:33:02 -08:00
sum.rs Uniformize usage() and extra_usage() message ending for commands helper. (#8268) 2023-02-28 21:33:02 -08:00
utils.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
variance.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00