Comment #2 on issue 3073 by [email protected]: Ordering args in Adds when printing to move negative signs
http://code.google.com/p/sympy/issues/detail?id=3073
It looks like printing calls on Add.as_ordered_terms which calls on Expr._parse_order. Is it important that the parse order remain unchanged? I can imagine a general rule that says that explicitly negative terms should come after positive ones. Is it possible that the above situation is not just a corner case?
-- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy-issues?hl=en.
