Status: Accepted Owner: [email protected] Labels: Type-Defect Priority-Medium
New issue 2321 by [email protected]: perfect power error http://code.google.com/p/sympy/issues/detail?id=2321 A number like 2**5*3**3 was coming back as being a perfect power with exponent of 1, i.e. (2**5*3**3, 1). It should be None to indicate that it is not a perfect power. -- 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.
