dimforge / alga

Abstract algebra for Rust.
194 stars 39 forks source link

Implement traits for i128 and u128 #81

Closed aplund closed 5 years ago

aplund commented 5 years ago

The 128bit integers traits do not seem to be implemented.

sebcrozet commented 5 years ago

Hi! I agree this would be a great addition, and shouldn't be to difficult to add.

Would you like to make a PR for this? I believe all that needs to be done is to search for all macros currently called for other types of integers like this and add i128 and u128.

sebcrozet commented 5 years ago

Fixed by #82.