A small calculator tool for various mathematical operations.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Erin Nova 6bd8293901
Use 'exponent' instead of 'power'
3 years ago
src Use 'exponent' instead of 'power' 3 years ago
.gitignore Add basic tokenization 3 years ago
Cargo.lock Add basic tokenization 3 years ago
Cargo.toml Add basic tokenization 3 years ago
LICENSE.md Add Readme and License 3 years ago
README.md Add Readme and License 3 years ago

README.md

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