Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit digit entry to width of LCD display #6

Open
ghewgill opened this issue Jan 27, 2013 · 0 comments
Open

Limit digit entry to width of LCD display #6

ghewgill opened this issue Jan 27, 2013 · 0 comments
Labels

Comments

@ghewgill
Copy link
Owner

From Barry Mead:

I observed an unexpected behavior when playing with your calculator.
It seems that it allows you to enter numbers with precision greater than
10-digits.

For example if you enter a number:
-1.999999999! (10-digit number)

You will get one answer. If you enter:
-1.9999999999! (11-digit number)

You will get a different answer. If you enter:
-199999999999! (12-digit number)

You will get yet another answer even though the display cannot show
the extra 9's that you entered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant