..
abs.rs
Further cleanup of Span::test_data
usage + span fixes ( #7595 )
2022-12-24 07:41:57 -06:00
arccos.rs
Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former ( #7217 )
2022-12-23 01:48:53 -05:00
arccosh.rs
Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former ( #7217 )
2022-12-23 01:48:53 -05:00
arcsin.rs
Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former ( #7217 )
2022-12-23 01:48:53 -05:00
arcsinh.rs
Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former ( #7217 )
2022-12-23 01:48:53 -05:00
arctan.rs
Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former ( #7217 )
2022-12-23 01:48:53 -05:00
arctanh.rs
Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former ( #7217 )
2022-12-23 01:48:53 -05:00
avg.rs
Further cleanup of Span::test_data
usage + span fixes ( #7595 )
2022-12-24 07:41:57 -06:00
ceil.rs
Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former ( #7217 )
2022-12-23 01:48:53 -05:00
cos.rs
Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former ( #7217 )
2022-12-23 01:48:53 -05:00
cosh.rs
Fix typos and use more idiomatic assertions ( #7755 )
2023-01-15 15:03:32 +13:00
euler.rs
Reduced LOC by replacing several instances of Value::Int {}
, Value::Float{}
, Value::Bool {}
, and Value::String {}
with Value::int()
, Value::float()
, Value::boolean()
and Value::string()
( #7412 )
2022-12-09 11:37:51 -05:00
floor.rs
Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former ( #7217 )
2022-12-23 01:48:53 -05:00
ln.rs
Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former ( #7217 )
2022-12-23 01:48:53 -05:00
log.rs
Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former ( #7217 )
2022-12-23 01:48:53 -05:00
math_.rs
Add extra_usage messages for subcommand-only commands ( #7594 )
2022-12-24 07:16:29 -06:00
max.rs
Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former ( #7217 )
2022-12-23 01:48:53 -05:00
median.rs
Further cleanup of Span::test_data
usage + span fixes ( #7595 )
2022-12-24 07:41:57 -06:00
min.rs
Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former ( #7217 )
2022-12-23 01:48:53 -05:00
mod.rs
Remove math eval
command ( #7284 )
2023-01-04 23:50:18 +01:00
mode.rs
Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former ( #7217 )
2022-12-23 01:48:53 -05:00
pi.rs
Reduced LOC by replacing several instances of Value::Int {}
, Value::Float{}
, Value::Bool {}
, and Value::String {}
with Value::int()
, Value::float()
, Value::boolean()
and Value::string()
( #7412 )
2022-12-09 11:37:51 -05:00
product.rs
Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former ( #7217 )
2022-12-23 01:48:53 -05:00
reducers.rs
Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former ( #7217 )
2022-12-23 01:48:53 -05:00
round.rs
Further cleanup of Span::test_data
usage + span fixes ( #7595 )
2022-12-24 07:41:57 -06:00
sin.rs
Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former ( #7217 )
2022-12-23 01:48:53 -05:00
sinh.rs
Fix typos and use more idiomatic assertions ( #7755 )
2023-01-15 15:03:32 +13:00
sqrt.rs
Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former ( #7217 )
2022-12-23 01:48:53 -05:00
stddev.rs
Further cleanup of Span::test_data
usage + span fixes ( #7595 )
2022-12-24 07:41:57 -06:00
sum.rs
Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former ( #7217 )
2022-12-23 01:48:53 -05:00
tan.rs
Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former ( #7217 )
2022-12-23 01:48:53 -05:00
tanh.rs
Fix typos and use more idiomatic assertions ( #7755 )
2023-01-15 15:03:32 +13:00
tau.rs
Reduced LOC by replacing several instances of Value::Int {}
, Value::Float{}
, Value::Bool {}
, and Value::String {}
with Value::int()
, Value::float()
, Value::boolean()
and Value::string()
( #7412 )
2022-12-09 11:37:51 -05:00
utils.rs
Standardise the use of ShellError::UnsupportedInput and ShellError::TypeMismatch and add spans to every instance of the former ( #7217 )
2022-12-23 01:48:53 -05:00
variance.rs
Further cleanup of Span::test_data
usage + span fixes ( #7595 )
2022-12-24 07:41:57 -06:00