Issue 1538 in sympy: root of negative number

2009-07-15 Thread codesite-noreply
Status: Accepted Owner: smichr Labels: Type-Defect Priority-High New issue 1538 by smichr: root of negative number http://code.google.com/p/sympy/issues/detail?id=1538 Can someone find out where this is originiting? Sympy can correctly compute 1/imag_number and can compute the nth rooth of a

Issue 1538 in sympy: root of negative number in denominator

2009-07-15 Thread codesite-noreply
Updates: Summary: root of negative number in denominator Comment #1 on issue 1538 by smichr: root of negative number in denominator http://code.google.com/p/sympy/issues/detail?id=1538 You can see the problem perhaps more clearly from this: s=S(1)/6 1/(-1)**s -(-1)**(5/6)

Issue 1538 in sympy: root of negative number in denominator

2009-07-15 Thread codesite-noreply
Updates: Labels: Milestone-Release0.6.6 Comment #2 on issue 1538 by ondrej.certik: root of negative number in denominator http://code.google.com/p/sympy/issues/detail?id=1538 (No comment was entered for this change.) -- You received this message because you are listed in the owner or

Issue 1538 in sympy: root of negative number in denominator

2009-07-15 Thread codesite-noreply
Updates: Status: Fixed Comment #5 on issue 1538 by fab...@fseoane.net: root of negative number in denominator http://code.google.com/p/sympy/issues/detail?id=1538 I squashed both patches into a single commit and pushed this in.