Skip to content
Prev 207255 / 398503 Next

Optimizing C code

A side note: The NA vs NaN does not seem to play a role here, because:

#define both_non_NA(a,b) (!ISNAN(a) && !ISNAN(b))

So, it is the same type of test used in line 9 and in line 11.

/Henrik

On Fri, Jan 22, 2010 at 9:52 AM, Christophe Genolini
<cgenolin at u-paris10.fr> wrote: