This project is a fun project that utilizes Java's BigDecimal class to create a simple calculator that mimics assembly langauge input. There is a light weight test program included to interact with the class.
- Practice accounting for round off precision errors within Java by utilizing Java's BigDecimal class.
- Demonstrate ability to thoroughly document code.
- Provide an example of a CLI use case.