quickmath

Crates.ioquickmath
lib.rsquickmath
version0.2.3
sourcesrc
created_at2024-03-05 01:12:53.636251
updated_at2024-03-05 01:12:53.636251
descriptionA quick command-line math evaluator.
homepagehttps://git.vwolfe.io/valerie/qm
repositoryhttps://git.vwolfe.io/valerie/qm
max_upload_size
id1162477
size12,945
Valerie (sleeplessval)

documentation

README

quickmath (qm)

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.

Installation

Manual Install

Release Binary Copy the compiled binary from the releases page to a directory in $PATH, such as /usr/bin/.
Compile from Source Compile using cargo with the command cargo build --release and copy the file from target/release/ to a directory in $PATH, such as /usr/bin/.

Package Managers

Cargo: quickmath Install the package using Cargo with the command cargo install quickmath.

Libraries

Commit count: 0

cargo fmt