[issue10629] Arbitrary precision

Georg Brandl report at bugs.python.org
Sun Dec 5 13:28:26 CET 2010


Georg Brandl <georg at 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 <report at bugs.python.org>
<http://bugs.python.org/issue10629>
_______________________________________


More information about the Python-bugs-list mailing list