quickmath (0.3.1)

Published 2024-10-06 19:37:46 -04:00 by valerie in valerie/qm

Installation

[registry]
default = "forgejo"

[registries.forgejo]
index = "sparse+" # Sparse index
# index = "" # Git

[net]
git-fetch-with-cli = true
cargo add quickmath@0.3.1

About this package

A quick command-line math evaluator.

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

ID Version
evalexpr ^11.0.0
pico-args ^0.5.0
rustyline ^14.0.0
termion ^1.5.6
Details
Cargo
2024-10-06 19:37:46 -04:00
10
Valerie Wolfe <sleeplessval@gmail.com>
MIT
8.7 KiB
Assets (1)
Versions (1) View all
0.3.1 2024-10-06