MarineB210 / calculator-cucumber-2024

This repository is used for teaching purposes at the University of Mons. It contains Java code for computing arithmetic expressions. The code uses design patterns and is accompanied with JavaDoc, unit tests and BDD scenarios. We have also paid particular attention to code quality.
2 stars 1 forks source link

Improvements and extensions to the calculator's rational numbers functionality #36

Closed RomeoXXIV closed 5 months ago

RomeoXXIV commented 5 months ago

Detailed Description of the Pull Request:

This Pull Request brings significant improvements to the handling of rational numbers in the calculator by integrating new features, comprehensive testing, and fixes for a better user experience.

Added Features:

Improvements and Fixes:

Implemented Tests: