Made as a project from The Odin Project - Foundations curriculum.
The calculator has two displays:
- Memory display - with either the input value or the result of calculation based on the chosen operator and the operator itself
- Result display
Input value is limited to 11 digits. The result is rounded to 5 decimal points.
- rearange the code to be more function based
- fix issue with the operators being pressed without the values