Skip to content

Display order of polynomial monomials #173

@chrisbansart

Description

@chrisbansart

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions