bcRPN
Big, large precision,
Complex number,
Reverse
Polish
Notation
calculator
bcRPN is a RPN (Reverse Polish Notation) Calculator.
It supports:
- Complex numbers.
- Extended precision math for all operations.
- Unlimited stack depth.
- Undo of last 10 operations.
- Copy
- Swipe up gesture = Enter.
- Swipe down gesture = Drop.
- Swipe left or right gesture = Del.
RPN calculators work by entering the numbers on the stack first, then selecting the operation.
For example to add 3 + 4, press:
3
Enter
4
+