[SciPy-user] help with precision for big numbers

Johann Cohen-Tanugi cohen at slac.stanford.edu
Tue May 13 12:29:26 EDT 2008


sure about the syntax?
In [5]: import __future__

In [6]: from __future__ import true_division
------------------------------------------------------------
SyntaxError: future feature true_division is not defined (<ipython 
console>, line 1)

Johann


Anne Archibald wrote:
> 2008/5/13 Johann Cohen-Tanugi <cohen at slac.stanford.edu>:
>   
>> thanks Damian,
>>  dammit, yes of course I got bitten again by the int/int=int feature of
>>  python 2.x. Supposed to vanish in python 3, right..... looking forward
>>  to it!
>>     
>
> Do you know about "from __future__ import true_division"?
>
> Anne
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user
>   



More information about the SciPy-User mailing list