Skip to content

Commit 24dca43

Browse files
authored
typo
1 parent 7befcf1 commit 24dca43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Primes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ end
150150

151151
# `MIN_FACTOR[i]` is `1` if `i` is `1` or prime
152152
# otherwise, `MIN_FACTOR[i]` is the first number which factors `i`
153-
const MIN_FACTOR = UInt8.(_min_factors(MIN_FACTOR_SIZE))
153+
const MIN_FACTOR = UInt8.(_min_factors(2^16))
154154

155155
"""
156156
isprime(n::Integer) -> Bool

0 commit comments

Comments
 (0)