Crates.io | anything |
lib.rs | anything |
version | 0.1.5 |
source | src |
created_at | 2022-01-02 10:57:05.526504 |
updated_at | 2023-03-22 13:21:57.994973 |
description | Calculate everything and nothing with perfect precision. |
homepage | https://github.com/udoprog/anything |
repository | https://github.com/udoprog/anything |
max_upload_size | |
id | 506495 |
size | 273,011 |
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:
any 3dl to m^3
gives us 0.0003 m³
.any 1000Gbtu to MWh
gives us 293055.555555555555… hr⋅MW
.any population finland / population world
gives us
0.000710822459005…
.any 32500 / round(population finland)
gives us 0.00586566578555…
.any 3N / 10kg
gives us 0.3 m/s²
.You can think of any
is a much smaller and local wolfram engine,
without the hassle of having to go online for your answers.