Biggest float number?

C. S. Xu xu.20 at nd.edu
Mon Mar 26 16:58:32 EST 2001


Hi all,

It seems the biggest floating number in Python can be:
    2.**1024 - 1.
which is about 1.8E308. Is there any way to get bigger value than this,
just like long intergers almost have no limits?

Thanks in advance for any replies.

xcs




More information about the Python-list mailing list