RPN Calculator

Four-level-stack scientific RPN workspace with sessions, MCP access, and hardware numpad support.

Scratchpad (not saved)

degall8
t
z
y
x
LastX
-
Registers
0
Programs
0
Buffer
-

Keypad

Works with the on-screen keypad and a physical numeric keypad.

Command List

Registers

No stored registers yet.

Programs

No saved programs yet.

RPN Help

Keyboard

Numeric keypad
Use numpad digits, decimal, +, -, *, /, Enter, Backspace, and Escape.
ENTER
Duplicates X and lifts the stack, matching the core RPN workflow.
CHS / EEX / BSP / CLX
Edit the current number entry before committing it into the stack.

Memory

STO n
Store X into register n.
RCL n
Recall register n into X.
CLREG
Clear all registers.

Programs

Line-based source
Programs are one token per line, for example: 2, ENTER, 3, +.
Save / Run
Save the current source to the named program, then run it from the Programs panel.

Examples

Basic addition
5 ENTER 3 +
Store and recall
42 STO 0, then RCL 0
Complex magnitude
3 ENTER 4 COMPLEX MAG

History

No commands executed yet.