We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4daec0f + 67cf978 commit 8ab5577Copy full SHA for 8ab5577
1 file changed
notebooks/math/primes/factorization/sieve_augmented.clj
@@ -9,7 +9,7 @@
9
(:require [clojure.math :as m]))
10
11
;; Adapts the
12
-;; [Seive of Eratosthenes](https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes)
+;; [Sieve of Eratosthenes](https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes)
13
;; to prime factorize numbers through `n`.
14
15
(defn prime-factors [n]
0 commit comments