This project provides a class that contains methods for basic arithmetic and some trigonometric functions. The class utilizes Java's BigDecimal class and rounds to a precision of 5. Also, there is a test program supplied that provides an example CLI use case.
- Practice accounting for round off precision errors within Java by utilizing Java's BigDecimal class.
- Demonstrate knowledge of OOP.
- Provide an example of a CLI use case.