mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-19 14:08:50 +00:00
document rounding behavior of rint/nearbyint for ties It's not possible to change the rounding mode in Rust, so these intrinsics will always behave like `roundeven`.