An open API service indexing awesome lists of open source software.

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

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