Status: Accepted Owner: ---- Labels: Type-Defect Priority-Medium
New issue 3175 by smi...@gmail.com: Sum with reversed limits gives wrong answer
http://code.google.com/p/sympy/issues/detail?id=3175 >>> Sum(x,(x,1,0)).n() 0.e-122 >>> Sum(x,(x,0,1)).n() 1.00000000000000 -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to sympy-issues@googlegroups.com. To unsubscribe from this group, send email to sympy-issues+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sympy-issues?hl=en.