A scientific calculator program that gets infix expressions from input, converts them to postfix and prefix notation, and shows the result by evaluating the postfix expression.
-
Updated
Jan 9, 2023 - Java
A scientific calculator program that gets infix expressions from input, converts them to postfix and prefix notation, and shows the result by evaluating the postfix expression.
A JavaFX desktop app that converts infix expressions to postfix using the Shunting-Yard algorithm and evaluates them with a stack-based calculator — featuring an ocean-themed UI with step-by-step conversion trace.
Add a description, image, and links to the postfi topic page so that developers can more easily learn about it.
To associate your repository with the postfi topic, visit your repo's landing page and select "manage topics."