On Tue, Jul 2, 2013 at 4:00 PM, Graydon Hoare <[email protected]> wrote: > I think if we can find use cases for writing "float" in your code (i.e. > "best effort" or "don't care") then we should keep the concept. But if > not, maybe you're right and it should go. I'm curious how much weight > the f128 argument holds with people. Or if there were f32-only > architectures I overlooked.
It could just be a `type float = f64` in prelude though as long as the standard library uses methods and generic functions instead of free functions in f32/f64. _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
