cmpute / dashu

A library set of arbitrary precision numbers implemented in Rust.
Apache License 2.0
74 stars 9 forks source link

Support for `num-modular` #25

Closed cmpute closed 10 months ago

cmpute commented 1 year ago

The support for num-modular might need to be coordinated with the progress of that crate.

  1. The implementation of fast div should be moved to the num-modular crate.
  2. Then the support for num-modular should be implemented for UBig (and IBig).
  3. Then the support for num-order::NumHash can be implemented for FBig and RBig.
cmpute commented 10 months ago

Finished in v0.4