Skip to content
Prev 60930 / 63421 Next

Floating point issue

I would say that your results demonstrate that R number parsing code relies on higher-than double precision to perform correct number parsing. Extended precision is not guaranteed by the C standard, so I would classify this as a bug in R. Unless of course R doesn?t want to make any  number parsing guarantees, but that would be an odd choice to make :)

Cheers, 

Taras