File tree 2 files changed +2
-2
lines changed
src/main/java/de/tilman_neumann/jml/primes/bounds
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ private void run(long limit) {
41
41
}
42
42
43
43
/**
44
- * Fallback method: Receives new primes from the sieve and checks the upper bound estimates for the n.th prime p(n).
44
+ * Callback method: Receives new primes from the sieve and checks the upper bound estimates for the n.th prime p(n).
45
45
*
46
46
* Changing the mod we can regulate the resolution of the data to look at.
47
47
* Searching in the results for something like "rs01=-" lets us investigate in which ranges the particular algorithms work.
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ private void run(long limit) {
41
41
}
42
42
43
43
/**
44
- * Fallback method: Receives new primes from the sieve and checks the upper bound estimates for the prime count function.
44
+ * Callback method: Receives new primes from the sieve and checks the upper bound estimates for the prime count function.
45
45
*
46
46
* Changing the mod we can regulate the resolution of the data to look at.
47
47
* Searching in the results for something like "du65=-" lets us investigate in which ranges the particular algorithms work.
You can’t perform that action at this time.
0 commit comments