On this Page

Download
Features
Screenshot
Tips and Tricks
Key Equivalents
Version History


Additional Resources

More Widgets

Apple Widgets
The Dashboarder


Contact Us

feedback@procyonit.com

Download

Widget Icon
RPN Calc.zip
Version 1.1
May 14, 2005
File size: 56 kB

If you're using Safari:

Click the link to the left. Safari should download and automatically install the widget in ~/Library/Widgets for you. Launch Dashboard and you're all set.

Other browsers:

Click the link to the left. Depending on your browser's settings, you may need to manually install the widget in ~/Library/Widgets for personal use or /Library/Widgets for anyone on the computer to use. (That second option requires administrative access.)

Features

Screenshot

Calculator Screenshot

Tips and Tricks

Key Equivalents

Key Description
space
return
Put the number you're typing on the stack
[
]
Rotate left and rotate right
pg up
pg dn
Roll the stack up or down
~ Swap the top two numbers on the stack
+
-
*
/
Add, subtract, multiply and divide
&
|
^
Bitwise and, or, and xor
! One's compliment
@ Two's compliment (same as neg)
_ Negative
\ Convert to and from a fraction

Version History

VersionDateRelease Notes
1.2 May 24, 2005
  • Customizable buttons. You can now assign any function to any button. That leads us to...
  • Programmability. Make up your own buttons! Just assign a sequence of commands as a button's operator, and you can build your own macros.
  • Bug: Backspace now completely takes out a number you're entering on the stack.
1.1 May 16, 2005
  • Added Undo/Redo functionality
  • Added error checking (division by zero, enough operands, etc.)
  • Bug: A result of zero now gets entered on the stack properly
1.0.4 May 11, 2005
  • Commas are now supported as a decimal separator
1.0.3 May 9, 2005
  • Enter (on the numeric keypad) now works
  • Fixed left/right shift (and key equivalents)
1.0.2 May 8, 2005
  • Corrected a parsing error with the conversion of negative numbers to fractions
  • When a calculation is performed with a fraction as an operand, the result is now shown as a fraction
  • Added key equivalents for ones' and twos' compliments
1.0.1 May 7, 2005
  • rolln and rolldn now work as they should
  • Moved the base display to the top of the screen; it's not so much in the way there
  • Can convert fractions back to decimals
1.0 May 5, 2005
  • Initial release