Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leonmavr committed Mar 31, 2024
1 parent cf02339 commit 8d1d30d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -23,6 +23,11 @@ HIP-35 is a calculator for hipsters. It emulates the RPN (reverse
Polish notation) mode of HP-35 from 1972. It runs a terminal UI
built with ncurses that displays the current result on a display.

### Why RPN?

Because it genally involves less keystrokes and it's faster than
algebraic notation calculations.

### The memory
HP-35 had a stack-based memory of 4 registers `X`, `Y`, `Z`, `T`
with `X` being the bottom (entry). That stack shifts (lifts or
Expand Down

0 comments on commit 8d1d30d

Please sign in to comment.