The BeOS : RPN Calculator
Ver. 0.2 February 1st, 1999

It's your basic RPN (Reverse Polish Notation) scientific calculator.  The default mode is radians for the trig functions.  

Basic things you might not know about... but probably could figure out quickly...

- The stack is 4 deep and is modelled that way because my Hewlett Packard 42s has a stack of that size.
- clS = Clear Stack
- rot = Rotate Stack
- swap = swaps the current value with the first one in the stack.

The rest should be no problem.

Acknowledgements:

Hard to believe but... this program was originally based on Cooking Timer, by Fumihiko Shibata (shibata@pat.hi-ho.ne.jp).  Well, I used his as a tutorial on generating buttons and views.  Thanks also to Pascal Goguey for answering my stupid questions.

Okay, I threw this together in a few hours, tucked in between my real work.  Therefore, there are likely to be problems.  Here's what I already know about.

Bugs and The Future:
From Rev 0.1: FIXED: Mathmatical operator after PUSH to stack, flag problem.
Known Bugs...
No overflow checking.
BS onto the + or - for the exponent not so good.
Future mods...
Hex
Display options
Input from keyboard for numbers and such...

Contact Info:
Okay, so if you have any comments or questions (requests??), you can email me at:

Steven MacDonald
bodum@nettaxi.com

Updates from:
http://www.nettaxi.com/citizens/bodum

That's all... enjoy... 