IronPython doesn't seem to like *very* big integers :

IronPython 1.0 (1.0.61005.1977) on .NET 2.0.50727.42
Copyright (c) Microsoft Corporation. All rights reserved.
 >>> 10 ** 10 ** 10
Traceback (most recent call last):
  File , line 0, in <stdin>##78
ValueError: number too big

This may be fixed in 1.1, or it may not be important. :-)

Michael Foord
http://www.voidspace.org.uk/ironpython/index.shtml

_______________________________________________
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to