A small calculator tool for various mathematical operations.
Find a file
2021-09-29 15:40:29 -04:00
src Use 'exponent' instead of 'power' 2021-09-29 15:40:29 -04:00
.gitignore Add basic tokenization 2021-09-29 15:13:51 -04:00
Cargo.lock Add basic tokenization 2021-09-29 15:13:51 -04:00
Cargo.toml Add basic tokenization 2021-09-29 15:13:51 -04:00
LICENSE.md Add Readme and License 2021-09-29 15:38:52 -04:00
README.md Add Readme and License 2021-09-29 15:38:52 -04:00

calc

A simple commandline calculator. Not very functional at this point though.

Planned Features:

  • Equation as command paramaters
  • More complicated mathematical functions
  • Adhere properly to BEDMAS
  • Read equations from file
  • Unit conversion