huonw / float

Arbitrary precision floating point in Rust
http://huonw.github.io/float/float/
Apache License 2.0
19 stars 0 forks source link

Consider not truncating primitives in primitive/Float comparisons #5

Open huonw opened 9 years ago

huonw commented 9 years ago

Maybe these should be considered as exact numbers, meaning 0b1.000001_f32 == 0b1.00 (i.e. Float with precision 3) is false.