Skip to content

Commit

Permalink
Tweaks. By Ivan Krylov.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87232 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
hornik committed Oct 14, 2024
1 parent b855f5d commit f83fb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/R-exts.texi
Original file line number Diff line number Diff line change
Expand Up @@ -16485,7 +16485,7 @@ longer recommended.
@deftypefun double R_atof (const char* @var{str})
@deftypefunx double R_strtod (const char* @var{str}, char ** @var{end})
Implementations of the C99/POSIX functions @code{atof} and @code{strtod}
which guarantee platform-dependent behaviour, including always using the
which guarantee platform- and locale-independent behaviour, including always using the
period as the decimal point @emph{aka} `@I{radix character}' and returning
R's @code{NA_REAL_} for all unconverted strings, including @code{"NA"}.
@end deftypefun
Expand Down

0 comments on commit f83fb91

Please sign in to comment.