-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
Uint::gcd
calculation infallible (#619)
See also: #618 The computation was previously fallible because even values were unsupported. Now that they're supported, the computation no longer needs to be fallible. We can eventually remove `type Output` from the `Gcd` trait after a similar treatment is applied to `BoxedUint` (see #618).
- Loading branch information
Showing
2 changed files
with
19 additions
and
24 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