5 releases
0.1.5 | Mar 22, 2023 |
---|---|
0.1.4 | Jan 2, 2023 |
0.1.3 | Jan 2, 2022 |
0.1.2 | Jan 2, 2022 |
0.1.0 | Jan 2, 2022 |
#393 in Command-line interface
30 downloads per month
190KB
5.5K
SLoC
anything
Calculate everything and nothing with perfect precision.
Anything provides the any
binary, which is a small flexible program
intended to do calculations and query for numerical facts.
You can install the any
command by using:
cargo install anything
The any
command can do a couple of really interesting things:
- Unit conversions!
any 3dl to m^3
gives us0.0003 m³
.any 1000Gbtu to MWh
gives us293055.555555555555… hr⋅MW
.
- Fact queries!
any population finland / population world
gives us0.000710822459005…
.
- Basic math!
any 32500 / round(population finland)
gives us0.00586566578555…
.
- Unit-aware calculations!
any 3N / 10kg
gives us0.3 m/s²
.
- And a bit more...
You can think of any
is a much smaller and local wolfram engine,
without the hassle of having to go online for your answers.
Dependencies
~23–35MB
~462K SLoC