]> gitweb.factorcode.org Git - factor.git/commit
math.primes.pollard-rho-brent: Add vocab for finding factors
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 29 Dec 2021 06:57:09 +0000 (00:57 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 29 Dec 2021 07:42:37 +0000 (01:42 -0600)
commitfb21b43b653d931d0bc49e1804f809a72f4d883a
treea473ac283942d83210cc5cf248ddb9fc4cb14dcc
parent618e747b6364bd7535aa3f56935a06989fdb5d3f
math.primes.pollard-rho-brent: Add vocab for finding factors

needs to give up after some number of iterations and needs
integration with the `factors` word

can be optimized

Related to #2401
basis/math/primes/pollard-rho-brent/authors.txt [new file with mode: 0644]
basis/math/primes/pollard-rho-brent/pollard-rho-brent-tests.factor [new file with mode: 0644]
basis/math/primes/pollard-rho-brent/pollard-rho-brent.factor [new file with mode: 0644]