nushell/crates/nu-command/src/math
sholderbach 64f226f7da Add math pi and math e constants (#7258)
Currently implemented as commands

Work towards #7073

Add them to the example test harness together with `math round`
2022-12-01 15:58:05 +01:00
..
abs.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
avg.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
ceil.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
euler.rs Add math pi and math e constants (#7258) 2022-12-01 15:58:05 +01:00
eval.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
floor.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
math_.rs add signature information when get help on one command (#7079) 2022-11-20 07:22:42 -06:00
max.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
median.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
min.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
mod.rs Add math pi and math e constants (#7258) 2022-12-01 15:58:05 +01:00
mode.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
pi.rs Add math pi and math e constants (#7258) 2022-12-01 15:58:05 +01:00
product.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
reducers.rs Remove unnecessary #[allow(...)] annotations (#6870) 2022-10-24 20:12:16 +02:00
round.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
sqrt.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
stddev.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
sum.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
utils.rs Revert "Add support for optional list stream output formatting (#6325)" (#6454) 2022-08-31 18:09:40 -05:00
variance.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00