A simple application that can convert mathematical notations to each other
- infix to postfix and prefix
- postfix to infix and prefix
- prefix to infix and postfix
It also supports sin, cos, tan, cot, log, ln and sqrt functions.
Unary minus operator is supported and shown with a question mark.
The main file is app.py, to run the programm you just need to run app.py.
The converter.py is just utility containing all the functions needed to do the conversion.
- Python 3
- PyQt6