Skip to content
/ rpn-calc Public

RPN calculator in JavaScript for all browsers: scientific with 4 register stack.

License

Notifications You must be signed in to change notification settings

rsvp/rpn-calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpn-calc

RPN "Reverse Polish Notation" calculator in JavaScript for all browsers currently features a 4-register visible stack and some scientific functions.

Try it out online: http://nbviewer.ipython.org/urls/git.io/rpn-calc.ipynb

That notebook also includes some documentation, but only a single file is essential in this project: rpn-calc-js.html