mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
266812ec5a
Some of the constant values in std::f32 were incorrectly copied from std::f64. More broadly, both modules defined their constants redundantly in two places, which is what led to the bug. Moreover, the specs for some of the constants were incorrent, even when the values were correct. Closes #13297. Closes #11537.