mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
c1eaafe8ab
Currently, this:
println!("{}", std::f64::NAN);
prints "-NaN". This commit is an attempt to change that to "NaN" instead.