-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for euclidean division and modulation #159
Labels
Comments
bors bot
added a commit
that referenced
this issue
Apr 30, 2022
195: Add support for euclidean division and modulation r=cuviper a=SparrowLii Fixes #159 Add support for euclidean division and modulation. Co-authored-by: SparrowLii <[email protected]> Co-authored-by: SparrowLii <[email protected]> Co-authored-by: Josh Stone <[email protected]>
bors bot
added a commit
to rust-num/num-bigint
that referenced
this issue
Aug 22, 2023
245: Implement Euclid division and remainder r=cuviper a=jaybosamiya Now that a common trait for this has been sorted out (rust-num/num-traits#159 implemented and merged in rust-num/num-traits#195), we can now close #146 by implementing the trait for `BigInt`s. This commit does just that. Co-authored-by: Jay Bosamiya <[email protected]> Co-authored-by: Josh Stone <[email protected]>
bors bot
added a commit
to rust-num/num-bigint
that referenced
this issue
Aug 22, 2023
245: Implement Euclid division and remainder r=cuviper a=jaybosamiya Now that a common trait for this has been sorted out (rust-num/num-traits#159 implemented and merged in rust-num/num-traits#195), we can now close #146 by implementing the trait for `BigInt`s. This commit does just that. Co-authored-by: Jay Bosamiya <[email protected]> Co-authored-by: Josh Stone <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Support for
div_euclid
andrem_euclid
would be very useful, particularly forvek
: yoanlcq/vek#11.The text was updated successfully, but these errors were encountered: