A command line math evaluator.
Find a file
2024-02-16 09:05:00 -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 minor cleanup 2024-02-16 09:05:00 -05:00
README.md added library descriptions to README 2023-06-20 12:34:49 -04:00

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.

Libraries