use python as a calculator

Thomas Jollans thomas at jollans.com
Thu Jun 24 11:50:36 EDT 2010


On 06/24/2010 05:42 PM, ilovesss2004 wrote:
> If I run
> 1.0/10**10
> python will return 0
> 
> How can I make python return 1e-10?

It returns 1e-10.



More information about the Python-list mailing list