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

Cannot evaluate for power operator (^) #15

Closed
Kunwar-Yuvraj opened this issue Mar 21, 2024 · 1 comment
Closed

Cannot evaluate for power operator (^) #15

Kunwar-Yuvraj opened this issue Mar 21, 2024 · 1 comment

Comments

@Kunwar-Yuvraj
Copy link

1^1 should be 1. If you treat '^' as power operator, but its coming 0, so maybe it is XOR operator.
But change it to power operator.

raj457036 added a commit that referenced this issue Jul 20, 2024
fix Cannot evaluate for power operator (^) #15
@raj457036
Copy link
Owner

thanks for finding it out. it has been patched though for some complex expressions with Multiple exponents is currently returning wrong result in Prefix Evaluator #17

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

2 participants