[SciPy-user] Origin of limits

Nils Wagner wagner.nils at vdi.de
Mon Oct 6 15:18:28 EDT 2003


------------------- 
On Monday, Oct 6, 2003, at 15:00 America/New_York, Nils Wagner wrote: 
 
> I am interested in the origin of 
>>>> limits.double_epsilon 
> 2.22044604925e-16 
> 
> Please can someone explain this value. 
 
IIRC, double_epsilon is the smallest representable number by a double  
(64bit IEEE 754 floating point).  Python floats are of this type. 
 
-bob 
 
Are you aware of any reference (Journal, book, whatever) ?  
I need some more background information. 
 
Nils 
 
 
_______________________________________________ 
SciPy-user mailing list 
SciPy-user at scipy.net 
http://www.scipy.net/mailman/listinfo/scipy-user 
 



More information about the SciPy-User mailing list