Skip to content

A basic calculator that interprets Reverse Polish Notation

Notifications You must be signed in to change notification settings

toshokan/stack-calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stack-calc

A basic calculator interpreting Reverse Polish Notation

Usage

Use ./stack-calc -e to enter "expression mode", where you can type a long sequence of RPN operations to apply all in one line.

Use ./stack-calc to type keys and operations one at a time and view the registers/stack change as you go like the HP calculators of old.

About

A basic calculator that interprets Reverse Polish Notation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published