-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Extended Number
nth_composite(n)
, nth_prime(n)
, `nth_prime_powe…
…r(n)` and `nth_semiprime(n)` for non-native integers `n`. Useful on 32-bit systems. - Fixed Number `sqrtmod(a,n)` when Math::Prime::Util is not installed (issue introduced several commits ago). - Adjusted PRIMECCOUNT_MIN value for better performance when Math::Prime::Util is not installed.
- Loading branch information
Showing
1 changed file
with
110 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters