Skip to content

Commit 8ab5577

Browse files
Merge pull request #4 from srcerer/patch-4
Update sieve_augmented.clj
2 parents 4daec0f + 67cf978 commit 8ab5577

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/math/primes/factorization/sieve_augmented.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
(:require [clojure.math :as m]))
1010

1111
;; Adapts the
12-
;; [Seive of Eratosthenes](https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes)
12+
;; [Sieve of Eratosthenes](https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes)
1313
;; to prime factorize numbers through `n`.
1414

1515
(defn prime-factors [n]

0 commit comments

Comments
 (0)