Python and SymPy both raise an error for something like I < 2*I -- is there a good reason to disallow comparison of numbers that have the same arg even though it is not 0 (as in the comparison of real numbers)? Allowing this would allow 1 + 2*I < 2 + 4*I to be true, too.
-- 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 http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/c5adea66-a3e3-40f2-add4-17ee85dee5c9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
