A small calculator tool for various mathematical operations.
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE.md | ||
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