Aatch / ramp

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

Int: implement num_traits::Num, num_integer::Integer #83

Closed andersk closed 7 years ago

andersk commented 7 years ago

This allows one to benchmark num_rational::Rational<ramp::int::Int> against ramp::rational::Rational.

Aatch commented 7 years ago

Needs a rebase, but otherwise looks good.

andersk commented 7 years ago

Rebased.