1
0
Fork
You've already forked rpn9
0
RPN calculator for 9front/Plan 9
  • C 98.1%
  • Makefile 1.9%
2026年01月12日 03:58:09 +00:00
LICENSE initial 2025年11月07日 00:37:14 +00:00
mkfile stack.^(c h) 2025年12月31日 00:38:16 +00:00
README.md cut & paste 2025年12月30日 21:56:48 +00:00
rpn.c input restructure 2026年01月12日 03:58:09 +00:00
screenshot.jpg initial 2025年11月07日 00:37:14 +00:00
stack.c restructure 2026年01月12日 01:25:57 +00:00
stack.h restructure 2026年01月12日 01:25:57 +00:00

rpn9

WIP RPN calculator for plan9.

Usage

% rpn

Type a number and hit RET to push it onto the stack. Keybinds:

Key Desc.
+-*/ Work as you would expect.
^ Exponentiates
S sin
C cos
T tan
Q sqrt
P Pushes approx. π to the stack.
TAB Exchanges the top two values on the stack.
Backspace Removes the top value from the stack.
ESC Clears the input buffer.

The usual mouse chords will cut and paste.

Building

% mk