2022-06-13 13:49:34 -04:00
|
|
|
|
|
|
|
# quickmaths
|
|
|
|
|
2023-06-14 12:12:54 -04:00
|
|
|
A small, pretty command line calculator.
|
2022-06-13 13:49:34 -04:00
|
|
|
|
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.
|
2022-06-13 13:49:34 -04:00
|
|
|
|
2023-06-19 11:03:05 -04:00
|
|
|
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)
|
2022-06-13 13:49:34 -04:00
|
|
|
|