jtempest / float_eq-rs

Compare IEEE floating point values for equality.
Other
39 stars 6 forks source link

Generalise trait impls across array types of any size #16

Closed jtempest closed 3 years ago

jtempest commented 4 years ago

Currently they are manually implemented only for arrays up to size 32, inclusive. This will require const generics (https://github.com/rust-lang/rust/issues/44580) to be stablised.

jtempest commented 3 years ago

This is fixed by https://github.com/jtempest/float_eq-rs/commit/180ab6a3a7015311bc3d09a8bbcaef340e883034