What is rpcCalc?
rpcCalc is the console version of my rpCalc RPN calculator. It is based on Python's curses module, so it starts quickly, has few dependencies, and runs in any console or terminal. But it's still easy to use, showing buttons for every available command. The commands can be typed, or a mouse can be used (if supported by the terminal).
News
November 24, 2003 - Release 0.1.2
- Updates:
- Allow the use of either periods or commas as decimal points to accomodate European keyboards and customs.
- Added an installation script.
May 1, 2003 - Release 0.1.1
- Bug Fixes:
- Crashes caused by some calculation overflows have been fixed.
February 28, 2003 - Release 0.1.0
Initial release.