Aatch / ramp

RAMP - Rust Arithmetic in Multiple Precision
Apache License 2.0
261 stars 38 forks source link

divmod should possibly be "divrem" #34

Open huonw opened 9 years ago

huonw commented 9 years ago

The divmod function computes the remainder, not the modulus.