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 variable from isympy), which keeps track of previously generated primes.
-- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy-issues?hl=en.
