Displaying 3 results from an estimated 3 matches for "r73094".
Did you mean:
r73093
2017 Aug 18
1
Issues of R_pretty in src/appl/pretty.c
.../
? ? > seq.int();
? ? > and I'll look into updating the "pretty - epsilon" also to
? ? > 1e-10.
[[elided Yahoo spam]]
I've committed now what I think has been suggested
above ... to R-devel only :
------------------------------------------------------------------------
r73094 | maechler | 2017-08-15 09:10:27 +0200 (Tue, 15. Aug 2017) | 1 Zeile
Ge?nderte Pfade:
?? M doc/NEWS.Rd
?? M src/appl/pretty.c
?? M src/main/engine.c
?? M tests/reg-large.R
?? M tests/reg-tests-2.Rout.save
pretty(x, n) fix overflow for large n suggested by Suhartu Aggano, R-devel, 2017-08-11
2017 Aug 19
1
Issues of R_pretty in src/appl/pretty.c
...at stat.math.ethz.ch>
> @r-project.org
> Date: Tuesday, 15 August, 2017, 3:55 PM
[snip]
> I've committed now what I think has been suggested
> above ... to R-devel only :
> ------------------------------------------------------------------------
> r73094 | maechler | 2017-08-15 09:10:27 +0200 (Tue, 15. Aug 2017) | 1 Zeile
> Ge?nderte Pfade:
> M doc/NEWS.Rd
> M src/appl/pretty.c
> M src/main/engine.c
> M tests/reg-large.R
> M tests/reg-tests-2.Rout.save
> pretty(x, n) fix overflow for...
2017 Aug 11
2
Issues of R_pretty in src/appl/pretty.c
See https://stat.ethz.ch/pipermail/r-devel/2017-August/074746.html for the origin of the example here.
That
pretty(c(-1,1)*1e300, n = 1e9, min.n = 1) gave 20 intervals, far from 1e9, but
pretty(c(-1,1)*1e300, n = 1e6, min.n = 1) gave 1000000 intervals
(on a machine), made me trace through the code to function 'R_pretty' in https://svn.r-project.org/R/trunk/src/appl/pretty.c .
*lo is