dimforge / alga

Abstract algebra for Rust.
194 stars 39 forks source link

Add CloneReal #56

Closed StevenDoesStuffs closed 5 years ago

StevenDoesStuffs commented 5 years ago

This crates a new type called CloneReal, which is essentially Real but without the copy requirement (and with the clone requirement). This will allow things like BigDecimal to implement CloneReal. All types that implement Real also automatically implements Real.

StevenDoesStuffs commented 5 years ago

Anybody? @sebcrozet