https://github.com/firelemons/errorfreecalculator
A calculator where evaluating with syntax errors is impossible.
https://github.com/firelemons/errorfreecalculator
Last synced: 8 days ago
JSON representation
A calculator where evaluating with syntax errors is impossible.
- Host: GitHub
- URL: https://github.com/firelemons/errorfreecalculator
- Owner: FireLemons
- Created: 2018-06-29T04:49:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-15T01:23:54.000Z (almost 7 years ago)
- Last Synced: 2025-10-29T06:53:44.193Z (9 months ago)
- Language: C#
- Size: 27.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ErrorFreeCalculator
A new take on the classic calculator. On a typical calculator a user is allowed to type `+++` and `tan()` and is able to send the erroneous expression for evalutaion. ErrorFreeCalculator was built to make entering some erroneous expressions impossible by disabling buttons when entering an expression.
