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

power precedence in printlatex #143

Open
csbenjamin opened this issue May 30, 2021 · 0 comments · May be fixed by #169
Open

power precedence in printlatex #143

csbenjamin opened this issue May 30, 2021 · 0 comments · May be fixed by #169

Comments

@csbenjamin
Copy link

Hi! First of all, this is an amazing library. Thanks for your work.

I'm here to report a possible issue. When I run printlatex((a*b)^(2/3)) I should get \sqrt[3]{a^2b^2} or \sqrt[3]{(ab)^2} but I get \sqrt[3]{ab^2}. Is this an issue or am I missing something?

@ksthicke ksthicke linked a pull request Jun 22, 2023 that will close this issue
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 a pull request may close this issue.

1 participant