qm/README.md

17 lines
462 B
Markdown
Raw Permalink Normal View History

# quickmaths
2023-06-14 12:12:54 -04:00
A small, pretty command line calculator.
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.
More information is available on the [project wiki](https://git.vwolfe.io/valerie/qm/wiki).
2023-06-14 12:12:54 -04:00
## Libraries
- [evalexpr](https://crates.io/crates/evalexpr)
- [termion](https://crates.io/crates/termion)