On Wed, Mar 05, 2014 at 09:45:55AM -0500, Tim Lahey wrote:
> That one appears to be an mpmath problem, rather than a Sympy problem 
> (specifically). Even if Sympy had a BigInteger support, that wouldn't fix 
> this problem as it fails in mpmath code (which doesn't use any Sympy classes).
> I'd like to know of any examples of large integers that Sympy doesn't support.

Just change in the above example E and floats to some rounded values.

In [1]: 2**2**2**2**7
---------------------------------------------------------------------------
MemoryError                               Traceback (most recent call
last)
<ipython-input-1-22f2c4609245> in <module>()
----> 1 2**2**2**2**7

MemoryError:

(isympy was under ulimit -v 1048576)

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/20140305151255.GB23903%40darkstar.order.hcn-strela.ru.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to