A command line math evaluator.
Find a file
2023-06-19 11:05:47 -04:00
src added fix helper 2023-06-19 11:02:26 -04:00
.gitignore significant code clean up, better "keyword" matching, added help text 2022-06-13 13:49:34 -04:00
Cargo.toml version bump 2023-06-19 11:05:47 -04:00
README.md moved README global/function listing to a link to project wiki pages 2023-06-19 11:03:05 -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