16 lines
507 B
Markdown
16 lines
507 B
Markdown
|
|
# quickmaths
|
|
|
|
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](https://git.vwolfe.io/valerie/qm/wiki).
|
|
|
|
## Libraries
|
|
|
|
- [evalexpr](https://crates.io/crates/evalexpr) — expression evaluator
|
|
- [termion](https://crates.io/crates/termion) — ANSI formatting
|
|
|