2022-06-13 13:49:34 -04:00
|
|
|
|
2024-03-04 20:03:32 -05:00
|
|
|
# quickmath (qm)
|
2022-06-13 13:49:34 -04:00
|
|
|
|
2023-06-14 12:12:54 -04:00
|
|
|
A small, pretty command line calculator.
|
2022-06-13 13:49:34 -04:00
|
|
|
|
2023-06-14 12:12:54 -04:00
|
|
|
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.
|
2022-06-13 13:49:34 -04:00
|
|
|
|
2023-06-19 11:03:05 -04:00
|
|
|
More information is available on the [project wiki](https://git.vwolfe.io/valerie/qm/wiki).
|
2023-06-14 12:12:54 -04:00
|
|
|
|
|
|
|
## Libraries
|
|
|
|
|
2023-06-20 12:34:49 -04:00
|
|
|
- [evalexpr](https://crates.io/crates/evalexpr) — expression evaluator
|
|
|
|
- [termion](https://crates.io/crates/termion) — ANSI formatting
|
2022-06-13 13:49:34 -04:00
|
|
|
|