Comment #9 on issue 2587 by [email protected]: Strange printing at SymPy Live
http://code.google.com/p/sympy/issues/detail?id=2587
This is the problem. In [13]: g.args[1].args[0].args[1].args[1].is_negative Out[13]: True This refers to the 2 exponent of the x**2 that is being printed wrong. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy-issues?hl=en.
