A command line math evaluator.
Find a file
2024-03-04 20:03:32 -05:00
src minor cleanup 2024-02-16 09:05:00 -05:00
.gitignore significant code clean up, better "keyword" matching, added help text 2022-06-13 13:49:34 -04:00
Cargo.toml changed project name to 'quickmath' 2024-03-04 20:03:32 -05:00
README.md changed project name to 'quickmath' 2024-03-04 20:03:32 -05:00

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.

Libraries