Changed size of prime arrary to 10000
This commit is contained in:
parent
2178282fd6
commit
9307cbb120
|
@ -52,7 +52,7 @@
|
||||||
(define prime-strong-pseudo-trials
|
(define prime-strong-pseudo-trials
|
||||||
(integer-length (assert (/ 1 prime-strong-pseudo-certainty) integer?)))
|
(integer-length (assert (/ 1 prime-strong-pseudo-certainty) integer?)))
|
||||||
|
|
||||||
(define *SMALL-PRIME-LIMIT* 1000000)
|
(define *SMALL-PRIME-LIMIT* 10000)
|
||||||
; (define *SMALL-PRIME-LIMIT* 1000) ; use 1000 for coverage testing
|
; (define *SMALL-PRIME-LIMIT* 1000) ; use 1000 for coverage testing
|
||||||
; Determines the size of the pre-built table of small primes
|
; Determines the size of the pre-built table of small primes
|
||||||
(define *SMALL-FACORIZATION-LIMIT* *SMALL-PRIME-LIMIT*)
|
(define *SMALL-FACORIZATION-LIMIT* *SMALL-PRIME-LIMIT*)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user