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

priority of operators in math.parse() #3107

Closed
meghna786 opened this issue Dec 17, 2023 · 1 comment
Closed

priority of operators in math.parse() #3107

meghna786 opened this issue Dec 17, 2023 · 1 comment

Comments

@meghna786
Copy link

The issues section is used only for bug reports. Please use the Discussions section to ask questions and share ideas and suggestions.

Describe the bug
if I type math.parse('a*b/c')
then multiplication is done first

To Reproduce
I want it to divide first as according to DMAS, divide has more priority! Is there any way I can change priorities of operators for math.parse?

@josdejong
Copy link
Owner

Duplicate of #3108, let's continue the discussion there.

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

No branches or pull requests

2 participants