Re: [Rd] WRE about R_strtod

2024-10-10 Thread Kurt Hornik
> Ivan Krylov via R-devel writes: Thanks: changed now. Best -k > Hello, > This is what "Writing R extensions" currently says about R_atof and > R_strtod: >>> Function: void R_atof (const char* str) >>> Function: void R_strtod (const char* str, char ** end) >>> >>> Implementations of the C9

[Rd] WRE about R_strtod

2024-10-08 Thread Ivan Krylov via R-devel
Hello, This is what "Writing R extensions" currently says about R_atof and R_strtod: >> Function: void R_atof (const char* str) >> Function: void R_strtod (const char* str, char ** end) >> >> Implementations of the C99/POSIX functions atof and strtod which >> guarantee platform-dependent behaviou