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

Display order of polynomial monomials #173

Open
chrisbansart opened this issue Jul 18, 2023 · 0 comments
Open

Display order of polynomial monomials #173

chrisbansart opened this issue Jul 18, 2023 · 0 comments

Comments

@chrisbansart
Copy link

Hi,
I face an issue with polynom displays.
When I run a polynom in Algebrite (it could be tested directly in the sandbox):
e.g. 3x+4x^2+1
=> it displays correctly in the standard order (monomials from the biggest degrees to the lowest) : 4x^2 + 3x + 1

But when I run a polynom with, at least, one decimal coefficient:
e.g. 3.9x+4x^2+1
=> it displays in the reverse order: 1 + 3.9 x + 4x^2

Any ideas ?
Thanks,
Chris

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

1 participant