Skip to content
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

Closed
zesterer opened this issue Apr 9, 2020 · 0 comments · Fixed by #195
Closed

Add support for euclidean division and modulation #159

zesterer opened this issue Apr 9, 2020 · 0 comments · Fixed by #195

Comments

@zesterer
Copy link

zesterer commented Apr 9, 2020

Support for div_euclid and rem_euclid would be very useful, particularly for vek: yoanlcq/vek#11.

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 <liyuancylx@gmail.com>
Co-authored-by: SparrowLii <liyuan179@huawei.com>
Co-authored-by: Josh Stone <cuviper@gmail.com>
@bors bors bot closed this as completed in #195 Apr 30, 2022
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 <jaybosamiya@gmail.com>
Co-authored-by: Josh Stone <cuviper@gmail.com>
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 <jaybosamiya@gmail.com>
Co-authored-by: Josh Stone <cuviper@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants