1 unstable release

0.2.3 Mar 5, 2024

#392 in Math

37 downloads per month

MIT license

11KB
263 lines

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

Dependencies

~385KB