A command line math evaluator.
Find a file
2022-06-13 13:49:34 -04:00
src significant code clean up, better "keyword" matching, added help text 2022-06-13 13:49:34 -04:00
.gitignore significant code clean up, better "keyword" matching, added help text 2022-06-13 13:49:34 -04:00
Cargo.toml significant code clean up, better "keyword" matching, added help text 2022-06-13 13:49:34 -04:00
README.md significant code clean up, better "keyword" matching, added help text 2022-06-13 13:49:34 -04:00

quickmaths

A small Rust program that can do common math from the command line.

I got VERY tired of opening a calculator or a full Python interpreter to do simple math, so I initially created quickmaths in Python to do math from the command line.

As the features I wanted changed, such as variable assignment, interactive mode, and output status and formatting, I decided to rebuild the utility in Rust.