Skip to content
Prev 5879 / 398506 Next

NA in C/C++

On Sun, 28 May 2000 cstrato at EUnet.at wrote:

            
It's in Writing R Extensions (sections 3.7.3 and 4.4 in the copy I have to
hand, but it's in the concept index). You cannot assume in R that NA is
represented by an NaN, although on most machines it is.  Conversely, most
NaNs are not NA.