[R] What is ".Machine$double.eps"?
Berend Hasselman
bhh at xs4all.nl
Thu Dec 24 08:21:13 CET 2009
Saji Ren wrote:
>
> Hello,everyone:
>
> I met this notation when I read the original code of function
> "quantile".There is one sentence as below:
>>eps <- 100 * .Machine$double.eps
>
> when I input ".Machine$double.eps" in R, it returns "[1] 2.220446e-16".
> Can anyone show me the exact meaning about that?
>
In R, type
?.Machine
and you will have your answer
Berend
--
View this message in context: http://n4.nabble.com/What-is-Machine-double-eps-tp978309p978329.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list