Status: Accepted Owner: [email protected] Labels: Type-Defect Priority-Medium NeedsReview smichr
New issue 2201 by [email protected]: Mul.flatten drops nc_terms on reeval http://code.google.com/p/sympy/issues/detail?id=2201 The purpose of reeval is to update the c_part. But the nc_part should be returned, too. The expression that raised the error has been added as a test: >>> Symbol('x', commutative=False)*sqrt(3)/sqrt(6) 2**(1/2)*x/2 -- 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.
