hRPNCalc
Sunday, March 16th, 2008
hRPNCalc is an open-sourced free Reverse Polish Notation (RPN, a.k.a. Postfix Notation) calculator application that runs on Windows Desktop and Windows Mobile. The advantage of RPN is that you can get rid of parentheses, without sacrificing the order of execution. This software also comes with an Undo button which is so handy when used in PDA.
Although the RPN input method is easy to learn, it is still significant different from the traditional input method. I highly recommended you to refer to the tutorial if you are new to this.
Features
- Reverse Polish Notation
Parentheses are unnecessary. Stack storage rendering M+, MR operations in a complex calculation unnecessary.
By going through the tutorial, you will understand more about the RPN and its advantages. - Undo button
No need to start over because of one typo. The undo button saves you the day! - Open Source
This is released to public in GPL for free. Support is welcome as always.
Change Log
- v1.0.1.0
A crashing bug involving Stack and Undo stack corruption fixed. - v1.0.0.0
Initial release
License
hRPNCalc by Sam Wong is licensed under a GNU General Public License 2.0.
I’m still figuring out how do I release the source. Please email me if you need a copy at the meanwhile.

































































English
March 16th, 2008 at 22:52
才cc完2天你就出新作品……
这还是人类吗