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

Bug fix 3301:Precedence of % (mod) is higher than * and / #3310

Closed
wants to merge 2 commits into from

Conversation

nkumawat34
Copy link
Contributor

Added the BugFix of Issue #3301

This PR addresses the problem where the precedence of the % (modulo) operator was incorrectly treated as having higher precedence than * and /. The fix ensures that % now has the same precedence as * and /, resolving the issue caused by the functional addition for % that led to incorrect operator precedence.

@nkumawat34 nkumawat34 closed this Nov 4, 2024
@nkumawat34 nkumawat34 deleted the bugFix-3301 branch November 4, 2024 10:12
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

Successfully merging this pull request may close these issues.

1 participant