When is min(a, b) != min(b, a)?

Grant Edwards grante at visi.com
Mon Jan 21 11:17:58 EST 2008


On 2008-01-21, Jason <tenax.raccoon at gmail.com> wrote:

> Infinite values are also problematic.  In almost all cases, it is far
> better to avoid infinite and NaN values.

In many applications (e.g. process control) propogating NaN
values are way too useful to avoid.  Avoiding NaN would make a
lot of code far more complicated than would using them.

-- 
Grant Edwards                   grante             Yow! How's the wife?
                                  at               Is she at home enjoying
                               visi.com            capitalism?



More information about the Python-list mailing list