Please read R FAQ 7.31. The problem is with your computer (and
everyone else's), and has nothing to do with seq().

On Mon, Jun 18, 2012 at 3:58 PM, hamoreno <hamor...@asu.edu> wrote:
> Hi all,
>
> Is there any problem of precision when using seq?. For example:
>
> x<- seq(0,4,0.1)
> x[4]=0.3
>
> BUT:
>
> x[4]-0.3=5.551115e-17
>
> It means when I use this condition within an if clause, it does not find
> values with 0.3 for x[4] as it is not precisely 0.3.
> Is there any bug in seq() ?
>

-- 
Sarah Goslee
http://www.functionaldiversity.org

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to