Crates.io | quickmath |
lib.rs | quickmath |
version | 0.2.3 |
source | src |
created_at | 2024-03-05 01:12:53.636251 |
updated_at | 2024-03-05 01:12:53.636251 |
description | A quick command-line math evaluator. |
homepage | https://git.vwolfe.io/valerie/qm |
repository | https://git.vwolfe.io/valerie/qm |
max_upload_size | |
id | 1162477 |
size | 12,945 |
A small, pretty command line calculator.
Features expression evaluation, variable assignment, an interactive mode, pretty output, and a variety of preset constants and functions focused on pure mathematics, data science, and computer science.
More information is available on the project wiki.
$PATH
, such as /usr/bin/
.
cargo build --release
and copy
the file from target/release/
to a directory in $PATH
,
such as /usr/bin/
.
quickmath
cargo install quickmath
.