We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Linux
The built-in calculator don't handle some forms of expressions
Example:
= 2+2 WORKS = (2+2) FAILS with "invalid syntax" = 0+(2+2) WORKS
More involved example:
= ((2913692 - 10117) - 2894447) / 326 FAILS with "invalid syntax"
Enter the following in the built in calculator "= (2+2)"
1.35.4
aur
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Operating System
Linux
What's the issue you encountered?
The built-in calculator don't handle some forms of expressions
Example:
= 2+2 WORKS
= (2+2) FAILS with "invalid syntax"
= 0+(2+2) WORKS
More involved example:
= ((2913692 - 10117) - 2894447) / 326 FAILS with "invalid syntax"
How can the issue be reproduced?
Enter the following in the built in calculator "= (2+2)"
ImHex Version
1.35.4
ImHex Build Type
Installation type
aur
Additional context?
No response
The text was updated successfully, but these errors were encountered: