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.

KeyCommand
CClear all
DDrop top item
SSwap 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