0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected 2 days ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use unsigned for omega and bigomega More... 12 months ago
Performance updates for znorder. Resolves #38. More... 12 months ago
is_pseudoprime, is_euler_pseudoprime, is_strong_pseudoprime change for small inputs. Clarify behavior in docs. Add xt test. Resolves #36. More... 12 months ago
Use random bases in is_carmichael. Resolves #34. More... 12 months ago
Initialize f in pbrent_factor. Resolves #35. More... 12 months ago
Add cheb_factor, unexported. Resolves Github #18. More... 12 months ago
More efficient jordan_totient with many small factors More... 12 months ago
More efficient and deeper trial factoring, especially with repeated small factors. More... 12 months ago
Add is_divisible and is_congruent More... about 1 year ago
Move sqrtmod out of utility.c and into new rootmod.c. sqrtmod works for composites. More... about 1 year ago
Add muladdmod and mulsubmod More... about 1 year ago
new lucasvmod, and tests for lucasuv and lucasuvmod More... about 1 year ago
lucas_sequence calls lucasuvmod, much code removed. More... about 1 year ago
Move Lucas sequence code out of primality.c into new file lucas_seq.c More... about 1 year ago
New version of lucasuvmod function More... about 1 year ago
Add lucasuv and lucasuvmod though not performant yet. More... about 1 year ago
lucasu and lucasv take bigint P,Q. Add lucasumod and lucasvmod, though not performant yet. More... about 1 year ago
Fix an issue with a large IV P overflowing in lucas_sequence More... about 1 year ago
divceilint => cdivint More... about 1 year ago
Alias powersum to faulhaber_sum. Add divceilint, fdivrem, and cdivrem. More... about 1 year ago
lcm with no arguments returns 1 More... about 1 year ago
Add chinese2, fix chinese with negative modulo More... over 2 years ago
Add simple negative input tests for gcd and lcm More... over 2 years ago
tests for ranges on perfect_power_count and prime_power_count More... over 2 years ago
Add ranges for prime_power_count and perfect_power_count More... over 2 years ago
initial simple functions signint, cmpint, etc. More... over 2 years ago
Check for perfect powers in is_semiprime More... almost 3 years ago
Fix znorder with negative modulo More... over 3 years ago
Valuation, lcm, abnd lucas_sequence More... over 3 years ago
More tests and an update for lucas_sequence with n=1 More... over 3 years ago