https://github.com/alishobeiri/four-function-calculator
Simple four function calculator implemented using Java and Java Swing
https://github.com/alishobeiri/four-function-calculator
Last synced: 2 months ago
JSON representation
Simple four function calculator implemented using Java and Java Swing
- Host: GitHub
- URL: https://github.com/alishobeiri/four-function-calculator
- Owner: alishobeiri
- Created: 2017-02-16T02:58:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T00:51:06.000Z (almost 7 years ago)
- Last Synced: 2025-04-30T12:24:09.526Z (5 months ago)
- Language: Java
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator-InFixToPostFix
Four function calculator implemented using the shunting yard algorithm. Converts in fix notation to post fix notation and applies mathematical operations. The frontend of the application is created using the ACM class in Java