Skip to content
Prev 6057 / 63468 Next

Reading Inf and NaN values under windows (PR#1072)

On Fri, 24 Aug 2001 plummer@iarc.fr wrote:

            
It's the same cause: strtod is used.  That's not required to support
IEC 60559 (to be correct) specials, but glibc happens to.

We have R_strtod: we should make proper use of it.  I'll do that for
1.3.1.

Brian