Re: Issue 2003 in sympy: Use factorint() with limit argument in sympy/core/numbers.py

2010-09-29 Thread sympy
Comment #9 on issue 2003 by asmeurer: Use factorint() with limit argument in sympy/core/numbers.py http://code.google.com/p/sympy/issues/detail?id=2003 Well, if the code outside of factorint() is really faster, then it should be moved into factorint(). The point is that we shouldn't have

Re: Issue 2003 in sympy: Use factorint() with limit argument in sympy/core/numbers.py

2010-09-29 Thread sympy
Comment #10 on issue 2003 by asmeurer: Use factorint() with limit argument in sympy/core/numbers.py http://code.google.com/p/sympy/issues/detail?id=2003 By the way, prime generation shouldn't matter after one run, because it should use the global Sieve of Eratosthenes (i.e., the Sieve

Re: Issue 1985 in sympy: as_real_imag() gives wrong answer when expanding quotient

2010-09-29 Thread sympy
Updates: Status: Fixed Labels: -NeedsReview -asmeurer PassedReview Comment #13 on issue 1985 by asmeurer: as_real_imag() gives wrong answer when expanding quotient http://code.google.com/p/sympy/issues/detail?id=1985 This was reviewed at http://github.com/sympy/sympy/pull/3