search for: r_atof

Displaying 5 results from an estimated 5 matches for "r_atof".

2024 Oct 08
1
WRE about R_strtod
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 behaviour, including always using the >> per...
2012 Mar 13
0
111 FIXMEs in main/src
...val.c: /* FIXME: This strategy will not work when we are working in the eval.c- data frame defined by the system hash table. The structure there -- format.c: /* FIXME: we should really test for floorl, also C99. format.c- But FreeBSD 7.x does have it, but not nearbyintl */ -- gram.c: f = R_atof(s); /* FIXME: make certain the value is legitimate. */ gram.c- -- gramLatex.c: /* FIXME: check that begin and end match */ gramLatex.c- setAttrib(ans, R_SrcrefSymbol, makeSrcref(lloc, SrcFile)); -- gramLatex.y: /* FIXME: check that begin and end match */ gramLatex.y- setAttrib(ans, R_...
2024 Jun 14
0
R 4.4.1 is released
...77dae VERSION-INFO.dcf b4cb675deaaeb7299d3b265d218cde43f192951ce5b89b7bb1a5148a36b2d94d R-4/R-4.4.1.tar.gz fbd755314a5cc08c57aabff839ff791fb43a9052a2c6524ec3be96075fd34dde R-4/R-4.4.1.tar.xz This is the relevant part of the NEWS file CHANGES IN R 4.4.1: C-LEVEL FACILITIES: * Functions R_atof and R_strtod declared in header R_ext/Utils.h are now documented in 'Writing R Extensions' and so formally part of the API. * The non-API entry points Rf_setSVector, Rf_StringFalse, Rf_StringTrue and Rf_isBlankString have been added to those reported by R CMD ch...
2024 Jun 14
0
R 4.4.1 is released
...77dae VERSION-INFO.dcf b4cb675deaaeb7299d3b265d218cde43f192951ce5b89b7bb1a5148a36b2d94d R-4/R-4.4.1.tar.gz fbd755314a5cc08c57aabff839ff791fb43a9052a2c6524ec3be96075fd34dde R-4/R-4.4.1.tar.xz This is the relevant part of the NEWS file CHANGES IN R 4.4.1: C-LEVEL FACILITIES: * Functions R_atof and R_strtod declared in header R_ext/Utils.h are now documented in 'Writing R Extensions' and so formally part of the API. * The non-API entry points Rf_setSVector, Rf_StringFalse, Rf_StringTrue and Rf_isBlankString have been added to those reported by R CMD ch...
2024 Jun 14
0
R 4.4.1 is released
...77dae VERSION-INFO.dcf b4cb675deaaeb7299d3b265d218cde43f192951ce5b89b7bb1a5148a36b2d94d R-4/R-4.4.1.tar.gz fbd755314a5cc08c57aabff839ff791fb43a9052a2c6524ec3be96075fd34dde R-4/R-4.4.1.tar.xz This is the relevant part of the NEWS file CHANGES IN R 4.4.1: C-LEVEL FACILITIES: * Functions R_atof and R_strtod declared in header R_ext/Utils.h are now documented in 'Writing R Extensions' and so formally part of the API. * The non-API entry points Rf_setSVector, Rf_StringFalse, Rf_StringTrue and Rf_isBlankString have been added to those reported by R CMD ch...