Scientific Notation

Jorge Godoy godoy at ieee.org
Sat Dec 3 21:46:46 EST 2005


"Dustan" <DustanGroups at gmail.com> writes:

> No, I mean given a big number, such as
> 1000000000000000000000000000000000000000000000000000, convert it into
> scientific notation.

It's the same.

>>> print "%e" % 1000000000000000000000000000000000000000000000000000
1.000000e+51


-- 
Jorge Godoy      <godoy at ieee.org>



More information about the Python-list mailing list