num-bigint icon indicating copy to clipboard operation
num-bigint copied to clipboard

Implement Euclid division and remainder

Open jaybosamiya opened this issue 2 years ago • 0 comments

Now that a common trait for this has been sorted out (https://github.com/rust-num/num-traits/issues/159 implemented and merged in https://github.com/rust-num/num-traits/pull/195), we can now close https://github.com/rust-num/num-bigint/issues/146 by implementing the trait for BigInts. This commit does just that.

jaybosamiya avatar Jul 16 '22 20:07 jaybosamiya