dimforge / alga

Abstract algebra for Rust.
194 stars 39 forks source link

`alga_derive` generates quickcheck tests against the `approx` properties #61

Open dcrewi opened 5 years ago

dcrewi commented 5 years ago

I find myself with a structure for which Eq is appropriate and RelativeEq is not. Approx or exact comparison should probably be caller selectable.