Aatch / ramp

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

Use num_traits instead of std::num. #75

Closed habnabit closed 8 years ago

habnabit commented 8 years ago

Also augmented_assignments is stable now.

Dunno if there's any sort of conformance tests for num_traits but I suppose since this adds a new method it should get a new test too?

Aatch commented 8 years ago

I'm ok with is_zero not having a test, looks good to me.