Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 305 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 305 Bytes

RPN Calc

Description

This is a basic Reverse Polish Notation (RPN) Calculator that can so far handle basic operations such as addition, subtraction, multiplication and division.

Right now it is in its basic form but will be expanded to a more complex calculator later in the future.