Comment #1 on issue 2979 by smi...@gmail.com: > and >= are changed into < and <=
http://code.google.com/p/sympy/issues/detail?id=2979

You could add a direction flag +/-1 which doesn't get printed. When comparing they should compare taking the direction into account so x < y == y > x. lhs and rhs...not sure here. I guess I would return the actual slots 0 and 1 and add another property that gives direction (the +/-1) and a method to make it canonical...but perhaps that could be done with simplify so that all directions end up being positive?

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to