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

Calculator freezes when attempting to evaluate many nested parentheses #2271

Open
allamassal opened this issue Dec 18, 2024 · 0 comments
Open

Comments

@allamassal
Copy link

Describe the bug

When evaluating an expression with 12 levels of nested parentheses, each level with two operators, if you have tried to add a 13th level of parentheses, the calculator freezes. With 11 levels, it works fine. (The number of levels of nested parentheses can be seen on the left parenthesis button)

Steps To Reproduce

  1. Enter in 1 + 1 / (2 + 1 / (1 + 1 / (2 + 1 / (1 + 1 / (2 + 1 / (1 + 1 / (2 + 1 / (1 + 1 / (2 + 1 / (1 + 1 / (2 + 1 / (1 + 1 / 1
  2. Try to add a 13th level of parenthesis
  3. Hit = or Enter
  4. Calculator freezes
    Expected behavior

The expression would be evaluated without any issues.

Screenshots

Image

Device and Application Information

  • OS Build: Windows 10 Home build 19045.5427
  • Architecture: 64-bit
  • Application Version: 11.2411.1.0
  • Region: en-US
  • Dev Version Installed: None

Additional context

Requested Assignment

I'm just reporting this problem. I don't want to fix it.

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

No branches or pull requests

1 participant