Skip to content
Prev 135668 / 398498 Next

precision in seq

Hi everybody,

this is a warning more than a question.

I noticed that seq produces approximate results:
[1] TRUE
[1] FALSE
[1] TRUE
[1] 1.110223024625157e-16

I do not understand why 0.9 and 1 are correct (within some
tolerance or strictly exact?)  and 0.95 is not.

this one works:
[1] TRUE

Eric Elguero