Issue 1512 in sympy: internal code broken in sympy.core.numbers

2009-07-03 Thread codesite-noreply
Status: Accepted Owner: nicolas.pourcelot Labels: Type-Defect Priority-Medium New issue 1512 by nicolas.pourcelot: internal code broken in sympy.core.numbers http://code.google.com/p/sympy/issues/detail?id=1512 I noticed this minor bug: >>> sympy.E._evalf(50) Traceback (most recent call last)

Issue 1512 in sympy: internal code broken in sympy.core.numbers

2009-07-03 Thread codesite-noreply
Updates: Labels: NeedsReview Comment #1 on issue 1512 by nicolas.pourcelot: internal code broken in sympy.core.numbers http://code.google.com/p/sympy/issues/detail?id=1512 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC

Issue 1512 in sympy: internal code broken in sympy.core.numbers

2009-07-03 Thread codesite-noreply
Comment #2 on issue 1512 by Toon.Verstraelen: internal code broken in sympy.core.numbers http://code.google.com/p/sympy/issues/detail?id=1512 I did bother me before, but I didn't get a clue what was going wrong: Before your patch: >>> from sympy import * >>> x = symbols('x') >>> N(E+x) Trace

Issue 1512 in sympy: internal code broken in sympy.core.numbers

2009-07-03 Thread codesite-noreply
Comment #3 on issue 1512 by Toon.Verstraelen: internal code broken in sympy.core.numbers http://code.google.com/p/sympy/issues/detail?id=1512 issue 1511 is fixed by this one. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred th

Issue 1512 in sympy: internal code broken in sympy.core.numbers

2009-07-04 Thread codesite-noreply
Comment #4 on issue 1512 by nicolas.pourcelot: internal code broken in sympy.core.numbers http://code.google.com/p/sympy/issues/detail?id=1512 Thanks for the test ! I couldn't find what it really broke in end user interface. So, this was a real issue after all. To sum up, it seems, N(E + x)

Issue 1512 in sympy: internal code broken in sympy.core.numbers

2009-07-07 Thread codesite-noreply
Updates: Status: Fixed Comment #5 on issue 1512 by ondrej.certik: internal code broken in sympy.core.numbers http://code.google.com/p/sympy/issues/detail?id=1512 Both patches in, many thanks for fixing it. -- You received this message because you are listed in the owner or CC fields o