search for: accuracyinfo

Displaying 2 results from an estimated 2 matches for "accuracyinfo".

2005 Jul 20
1
(PR#8017) build of REventLoop package crashes with 2.1 due
...gt; --- >> char *EncodeString(SEXP, int, int, int); > 950,957d874 > < /* structure for caching machine accuracy values */ > < typedef struct { > < int ibeta, it, irnd, ngrd, machep, negep, iexp, minexp, maxexp; > < double eps, epsneg, xmin, xmax; > < } AccuracyInfo; > < > < extern AccuracyInfo R_AccuracyInfo; > < > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel > > -- Brian D. Ripley, ripley at stats.ox.ac.uk Profess...
2005 Jul 19
0
build of REventLoop package crashes with 2.1 due tosyntax error in Defn.h (PR#8017)
...ne N_(String) String < #endif < --- > char *EncodeString(SEXP, int, int, int); 950,957d874 < /* structure for caching machine accuracy values */ < typedef struct { < int ibeta, it, irnd, ngrd, machep, negep, iexp, minexp, maxexp; < double eps, epsneg, xmin, xmax; < } AccuracyInfo; < < extern AccuracyInfo R_AccuracyInfo; <