-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
admit an optional third argument in OrderMod (PR #4105)
* admit an optional third argument in `OrderMod` ... ... that is a multiple of the order one wants to compute. Note that the current function computes `Lambda( m )` as the "default multiple", and then divides this number by its prime divisors until the order is found. If one knows a reasonable multiple in advance then the perhaps expensive computation of `Lambda( m )` can be skipped. * mention what happens in case of a wrong bound
- Loading branch information
1 parent
532a88d
commit 9b8f5b7
Showing
2 changed files
with
20 additions
and
6 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
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