RPNCalc 1.1 Documentation
RPNCalc is a simple RPN calculator that makes use of the fact that it is running
on a computer to display the top 12 items of the stack. The interface borrows
heavily from Kalk for the Mac and Unix, by Claudio X.
There are a few key commands to perform common stack operations. Either upper
or lower case will work.
Key | Command |
C | Clear all |
D | Drop top item |
S | Swap top two items |
I don't have any immediate need for any higher math functions, but will probably
add them at some future time, along with a decimal and hex integer modes. If you
would like to see these features sooner rather than later, please tell me!
Comments, suggestion, bug reports, etc. are welcome. Have fun, share and enjoy!
- Chris Reed
Changes in v1.1
- Window size and contents of the stack are saved in preferences.
- Fixed a memory bug.
- Fixed a little display bug that caused the cursor to not appear until
you typed something.
- Numlock is automatically turned on when the window is on top, and it's
state is restored when the window is deactivated.
- Changed the name to RPNCalc, because it is.