nushell/crates/nu-command
Stefan Holderbach c01d44e37d
Add arbitrary base math log (#7409)
Adds new command `math log` that takes as a required positional argument
a base.

Specialized for `math log 2` and `math log 10` for better performance
and precision that matches the expectations there. This leads to
discontinuities in numerical error but should make a better trade-off
for common usecases.


Example testing of the happy path
2022-12-09 11:20:42 +01:00
..
assets refactor html module (#5246) 2022-04-20 08:50:14 -05:00
proptest-regressions/format_conversions add tests, deal with pipes, newlines, tabs for to nuon (#6391) 2022-09-01 14:08:19 +02:00
src Add arbitrary base math log (#7409) 2022-12-09 11:20:42 +01:00
tests Better errors when bash-like operators are used (#7241) 2022-12-08 12:02:11 +13:00
build.rs Fix panic when building without git (#6289) 2022-08-10 10:31:12 -05:00
Cargo.toml bump to dev build v0.72.2 (#7360) 2022-12-05 14:18:06 -06:00
LICENSE Include license text in all crates (#5094) 2022-04-08 10:47:13 +02:00