Issue 1496 in sympy: Pow does not properly extract (-1)**n as Mul does

2009-07-10 Thread codesite-noreply
Updates: Status: Fixed Comment #3 on issue 1496 by ondrej.certik: Pow does not properly extract (-1)**n as Mul does http://code.google.com/p/sympy/issues/detail?id=1496 Patch is in, thanks! -- You received this message because you are listed in the owner or CC fields of this issue, or

Issue 1496 in sympy: Pow does not properly extract (-1)**n as Mul does

2009-07-09 Thread codesite-noreply
Updates: Status: Started Labels: NeedsReview Comment #2 on issue 1496 by asmeurer: Pow does not properly extract (-1)**n as Mul does http://code.google.com/p/sympy/issues/detail?id=1496 I have a branch that fixes this at http://github.com/asmeurer/sympy/tree/pow-fix . It was

Issue 1496 in sympy: Pow does not properly extract (-1)**n as Mul does

2009-07-07 Thread codesite-noreply
Updates: Status: Accepted Comment #1 on issue 1496 by ondrej.certik: Pow does not properly extract (-1)**n as Mul does http://code.google.com/p/sympy/issues/detail?id=1496 Right. -- You received this message because you are listed in the owner or CC fields of this issue, or because yo

Issue 1496 in sympy: Pow does not properly extract (-1)**n as Mul does

2009-06-27 Thread codesite-noreply
Status: New Owner: asmeurer Labels: Type-Defect Priority-Medium New issue 1496 by asmeurer: Pow does not properly extract (-1)**n as Mul does http://code.google.com/p/sympy/issues/detail?id=1496 >>> print (y-3)**2 (-3 + y)**2 >>> print 2*(y-3)**2 2*(3 - y)**2 In the second one, Mul pulls out