Skip to content

Commit 51fb558

Browse files
committed
Update factorization.md
clarification
1 parent 12afd6b commit 51fb558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algebra/factorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ If we continue exending this method to include even more primes, better percenta
104104
105105
### Precomputed primes
106106
107-
The further we extend the wheel factorization method, we will only be left with prime numbers to check.
107+
Extending the wheel factorization method indefinitely, we will only be left with prime numbers to check.
108108
A good way of checking this is to precompute all prime numbers with the [Sieve of Eratosthenes](sieve-of-eratosthenes.md) until $\sqrt{n}$, and test them individually.
109109
110110
```{.cpp file=factorization_trial_division4}

0 commit comments

Comments
 (0)