brendanzab / algebra

Abstract algebra for Rust (still very much a WIP!)
Apache License 2.0
60 stars 9 forks source link

Fixed compilation on Rust 1.3.0 stable #20

Closed fizyk20 closed 9 years ago

fizyk20 commented 9 years ago

Changes:

Some tests still don't pass because of overflow errors - I don't currently have any idea how to fix it, because it would require everything to use Wrapping<T>.