nushell/crates/nu-command/src/math
sholderbach 4f05994b36 Add basic hyperbolic functions (#7258)
`math sinh`
`math cosh`
`math tanh`
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
cos.rs Add basic trigonometric functions (#7258) 2022-12-01 15:58:05 +01:00
cosh.rs Add basic hyperbolic functions (#7258) 2022-12-01 15:58:05 +01: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 basic hyperbolic functions (#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
sin.rs Add basic trigonometric functions (#7258) 2022-12-01 15:58:05 +01:00
sinh.rs Add basic hyperbolic functions (#7258) 2022-12-01 15:58:05 +01: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
tan.rs Add basic trigonometric functions (#7258) 2022-12-01 15:58:05 +01:00
tanh.rs Add basic hyperbolic functions (#7258) 2022-12-01 15:58:05 +01: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