Comment #2 on issue 2073 by goodrich.ben: limit() throws TypeError: an
integer is required
http://code.google.com/p/sympy/issues/detail?id=2073
On the mailinglist thread, Aaron traced the problem back to this line
xrange(1,ceiling(n/l))
which in my case n/l is symbolic due to the symbolic exponent c. So,
ceiling() does not return an integer. But like you said, probably a similar
problem would occur if ceiling() returned an integer that was too big.
--
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.