nushell/crates/nu-command/src/math
simdimdim 2f731fa1ae
Adding more math constants (and a small correction to the description of an existing one) (#9181)
Adding more float constants for when
https://github.com/rust-lang/rust/issues/103883 is accepted and merged.
And fixing a small conflation in the description of the Euler number.
Please take a look and let me know if I've missed or screwed up
anything.
2023-05-31 20:28:08 -05:00
..
abs.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
arccos.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
arccosh.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
arcsin.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
arcsinh.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
arctan.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
arctanh.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
cos.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
cosh.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
egamma.rs Adding more math constants (and a small correction to the description of an existing one) (#9181) 2023-05-31 20:28:08 -05:00
euler.rs Adding more math constants (and a small correction to the description of an existing one) (#9181) 2023-05-31 20:28:08 -05:00
exp.rs Add math exp command (issue #8661) (#8700) 2023-04-01 12:53:58 +02:00
floor.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
ln.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 Adding more math constants (and a small correction to the description of an existing one) (#9181) 2023-05-31 20:28:08 -05:00
mode.rs Fix clippy warnings (upcoming) (#9282) 2023-05-25 10:58:18 +12:00
phi.rs Adding more math constants (and a small correction to the description of an existing one) (#9181) 2023-05-31 20:28:08 -05:00
pi.rs Use imported names in Command::run signatures (#7967) 2023-02-05 22:17:46 +01: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
sin.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
sinh.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01: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
tan.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
tanh.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
tau.rs Update few examples of math commands (#7987) 2023-02-06 13:43:00 +01: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