About Polish Notation
Application presents conversion arithmetic statements to polish notation and reverse polish notation. As a sample of usage, application contains simple calculator. Example polish notation is conversion from "7 / (2 3)" to "/ 7 + 2 3", reverse polish notation is from "(2 +3) * 5" to "2 3 + 5 *". The project is located at https://github.com/wtopolski/PolishNotation.
Download and install
Polish Notation version 1.0.0 on your
Android device!
Downloaded 500+ times, content rating: Everyone
Android package:
pl.wtopolski.android.polishnotation, download Polish Notation.apk
by N####:
Basic calculator !