Updates:
        Status: Accepted
        Labels: WrongResult Assumptions

Comment #1 on issue 2625 by asmeurer: Imaginary unit in R, ordering of complex numbers
http://code.google.com/p/sympy/issues/detail?id=2625

This is because we have in the class Infinity:

    def __le__(a, b):
        if b is S.Infinity:
            return True
        return False

Clearly this is wrong, because as you note, you can't compare imaginary values.


--
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