Aatch / ramp

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

Int % primitive should use %, not /, internally. #32

Closed huonw closed 9 years ago

huonw commented 9 years ago

Also, negative numbers were being handled incorrectly: x % y == x % |y|.

Aatch commented 9 years ago

Copy paste strikes again! Thanks.