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
Add omega_prime_count, omega_primes More... almost 4 years ago
Add cmpint, signint, add1int, sub1int. Move primorial and pn_primorial to XS. Updates for PP integer validation. More... almost 4 years ago
Fix binomialmod with negative k More... almost 4 years ago
don't preparse all is_pseudoprime bases. Slightly more efficient vecequal More... almost 4 years ago
Add tests for single negative inputs for gcd and lcm More... almost 4 years ago
Move lucas_sequence tests out of pseudoprime test file More... almost 4 years ago
Add signint function More... almost 4 years ago
add negative inputs to todigits tests More... almost 4 years ago
Lots of documentation changes to be more consistent with argument types More... almost 4 years ago
PP chinese does argument valudation in PP instead of PPFE More... almost 4 years ago
Adjustments to XS code for some negative arguments More... almost 4 years ago
More changes for PP integer division More... almost 4 years ago
Fixes for Perl 5.6 More... almost 4 years ago
Fixes for Perl 5.6 More... almost 4 years ago
Put validation back into PP valuation. Other changes for older Perl. More... almost 4 years ago
chinese() in util.c, return status and set result instead of the reverse More... almost 4 years ago
Allow large positive values to be used in XS when they accept negative ones. Was using negok instead of isneg. More... almost 4 years ago
More consistent argument validation More... almost 4 years ago
Update docs for modular functions More... almost 4 years ago
Spelling and pod error More... almost 4 years ago
Big XS arg parsing refactor. Big reorg of XS function front-ends. Make behavious for mod functions more consistent. Negative args in *int functions handled in XS. Doc changes for mod functions, and postive vs non-negative. More... almost 4 years ago
Add inverse helper function for powmod,rootmod. Chinese with 0 mod returns -1. More... almost 4 years ago
Update last-checked Mersenne number for is_mersenne_prime More... almost 4 years ago
Cleanup code in legendre_phi.c More... almost 4 years ago
Improvements to legendre_phi More... almost 4 years ago
Performance / memory improvement to PP legendre_phi with large x More... almost 4 years ago
Refactor legendre_phi opening shortcuts More... almost 4 years ago
More improvements to legendre phi More... almost 4 years ago
Add two xt tests More... almost 4 years ago
Add PPFE for fdivrem More... almost 4 years ago