'Add(4,-5,evaluate=False)' returns '-5 + 4' >>> Add(4,-5,evaluate=False) -5 + 4
This is a little weird to read, and out of order of the way it was entered. Is there any way for it to return '4 - 5'? Like this: >>> Add(4,-5,evaluate=False) 4 - 5 -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/7a7fccbf-d255-4436-9b6f-4bcd70a13902%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
