In Mul class I see this piece of code:

    def _eval_is_real(self):
        real = True
        zero = one_neither = False

        for t in self.args:
            if not t.is_complex:
                return t.is_complex


Don't understand last two lines. How is it possible that if t is not 
complex, then return that all Mul is not real?

-- 
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 sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
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/cbc7af32-9220-4351-9035-03eeac60a6a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to