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

User input is not handled correctly when input is invalid in the scientific calculator #1

Open
arkzen opened this issue Mar 15, 2023 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@arkzen
Copy link
Owner

arkzen commented Mar 15, 2023

Currently, the app does not handle user input correctly when the user enters values and mathematical functions like sin, cos, tan, log, ln, x!, root, or 1/x in different orders.
For example, if the user enters a value followed by a mathematical function and hit enter then the app crashes but if user enters mathematical function first then enters the value and hit enter then the code works fine and user get correct output.
The app currently does not handle user input in a consistent or reliable way, leading to unexpected results and crashes. This issue needs to be addressed to make the app more user-friendly and reliable.

@arkzen arkzen added help wanted Extra attention is needed good first issue Good for newcomers labels Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant