-
Notifications
You must be signed in to change notification settings - Fork 0
TheTimeLord/Calculator
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a work in progress All-In-One Calculator.
It is meant to be able to handle anything from basic arithmetic to solving algrebraic equations and matrix calculations.
DONE:
- EMDAS
TODO:
- Read negative numbers
- operate on ( )
BUGS:
- input string will read multiple '.' in same token
- ex: ("2.1.4" is one token)
- print_num()
- when reading "." as a double, it equals 0.0
- but when printing the double array, it is not supposed to print indices with value 0
- it does print the index anyway
About
All-in-one Calculator
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published