Talk:Sieve of Eratosthenes: Difference between revisions

Content added Content deleted
(→‎R code error: new section)
Line 290: Line 290:
== R code error ==
== R code error ==


In the R code the iner loop does not start at the square of the prime just found. The code tries to change the index of the loop using last.prime.
In the R code, the inner loop does not start at the square of the prime just found. The code tries to change the index of the loop using last.prime.