old-mibmo / approxeq

Rust trait that "helps" determine if two things are approximately equal.
0 stars 0 forks source link

Add {float} <=> {integer} implementations #1

Closed old-mibmo closed 4 years ago

old-mibmo commented 4 years ago

Adds the following implementations:

Also includes a major rewrite of tests to make them more general for a given type.