This website requires JavaScript.
Explore
Help
Sign in
erin
/
calc
Watch
1
Star
0
Fork
You've already forked calc
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
A small calculator tool for various mathematical operations.
3
commits
1
branch
0
tags
40
KiB
Rust
100%
main
Branches
Tags
No results found.
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Erin Nova
6bd8293901
Use 'exponent' instead of 'power'
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
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