Skip to content
Prev 1966 / 63421 Next

a strange logical bug (PR#162)

ripley@stats.ox.ac.uk writes:
Uh-oh...
is.na(0/0) # Splus compat.
But...(see above)

A better fix is 

#define ISNAN(x) (isnan(x)!=0)

Next problem: Messing with Arith.h and make'ing doesn't do anything
(dependency missing, obviously)