]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #16425 : nham/rust/fix_nan_format, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 12 Aug 2014 07:31:17 +0000 (07:31 +0000)
committerbors <bors@rust-lang.org>
Tue, 12 Aug 2014 07:31:17 +0000 (07:31 +0000)
Currently, this:

    println!("{}", std::f64::NAN);

prints "-NaN". This commit is an attempt to change that to "NaN" instead.


Trivial merge