0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Tests for fdivrem and change lucas_sequence tests to lucasuvmod. More... almost 4 years ago
Add fdivrem, lucasuv, lucasumod, lucasvmod, lucasuvmod. More... almost 4 years ago
Separate out divrem, modint etc. functions. lucasuvmod additions More... almost 4 years ago
Add divrem functions to util.c More... almost 4 years ago
More lucas_sequence tests and updates More... almost 4 years ago
Fix issues with lucas_sequence. k=0,1; also n=5 and n even. More... almost 4 years ago
Fix is_extra_strong_lucas_pseudoprime issue (it thought 5 was composite) More... almost 4 years ago
Faster legendre_phi using small iterator More... almost 4 years ago
Rewrite lehmer.c to use common code More... almost 4 years ago
Changes to legendre_phi to improve performance and export caching API More... almost 4 years ago
Redo prime count cache, and split out and improve legendre phi More... almost 4 years ago
Doc and test addition for is_delicate_prime More... almost 4 years ago
Fix verbose=2 issue. Comments on idea for halving cache size. More... almost 4 years ago
Add internal cached prime count API and implementation. Make almost primes use it. More... almost 4 years ago
Update primecount crossover (not normally used) More... almost 4 years ago
Optimizations for PP (without GMP) factorialmod More... almost 4 years ago
Small testing updates More... almost 4 years ago
Add is_delicate_prime(n). Also cleanup generic foralmostprimes More... almost 4 years ago
Mertens large n: use less memory, which also makes it a little faster. More... almost 4 years ago
Redo Legendre sum primes. Redo wrappers for sum_primes. More... almost 4 years ago
Add integer shift commands. Work around yet another Perl-cant-do-64-bit-correctly issue More... almost 4 years ago
Add comments about timing for Lehmer prime counting More... almost 4 years ago
perfect_power_count and prime_power_count exist in GMP backend now More... almost 4 years ago
Update release tests for new functions More... almost 4 years ago
Optimizations for nth_powerful More... almost 4 years ago
is_almost_prime was added to GMP More... almost 4 years ago
Comment and ignore .dSYM files More... almost 4 years ago
Add tozeckendorf / fromzeckendorf More... almost 4 years ago
Add vecequal function More... almost 4 years ago
Tiny cleanup More... almost 4 years ago