Georg Brandl <ge...@python.org> added the comment:

Note that while Python's long type gives you unlimited-size integers, the float 
type doesn't make such promises: it is just a double-precision float.  As such, 
math.factorial(1234) cannot be interpreted; it would simply be positive 
infinity.

----------
components: +Interpreter Core -Regular Expressions
nosy: +georg.brandl, mark.dickinson
resolution:  -> invalid
status: open -> pending

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10629>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to