mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 22:07:03 +00:00
docs: mention round-to-even in precision formatting _Note_: Not quite sure exactly how to format this documentation. Mentions round-to-even usage in precision formatting. (should this also be mentioned in `f64::round`?) From https://github.com/rust-lang/rust/issues/70336