Releases: KavinMistry/Terminal_based_calculator
Releases · KavinMistry/Terminal_based_calculator
v2.0
v1.9
- Replaced profit calculator with a recurring account interest calculator
- Added more error reporting by changing from switch statement to if in the normal calculator
- Made the program more user friendly
v1.8.4
- Changed input acceptor variable to char from int for more error reporting
v1.8.3
- Fixed and improved Pythagoras theorem calculator
- Fixed other minor mistakes
v1.8.2
- Added program looping options
v1.8.1
- Fixed Pythagoras theorem calculator
v1.8
- Added ASCII finder
- made comments more readable
- changed option variable type from int to char for more customization
v1.7
- Compressed and simplified code
- Added more error messages
v1.6
- Fixed Many typing errors
- Fixed multiple calculators where int was used instead of double causing a type miss-match error
v1.5
- Added support for 5 terms in the normal calculator
- Fixed bug where the normal calculator would give a type miss-match error
Also improved output style