about summary refs log tree commit diff
path: root/src/libstd/f64.rs
AgeCommit message (Expand)AuthorLines
2017-04-18Convert sNaN to quiet NaN instead of returning errorsest31-12/+18
2017-04-18assert_ne and tracking issueest31-2/+2
2017-04-18Add examples headingest31-0/+4
2017-04-18Return Err(()) when trying to convert sNaN representation to floatest31-7/+17
2017-04-18Add functions to safely transmute float to intest31-0/+51
2017-04-11Improve module description for std::f32 and std::f64.Paul Lange-1/+3
2017-02-21Get linkchecker cleanSteve Klabnik-1/+1
2016-11-01std: Flatten the num directory to reflect the module layoutBrian Anderson-0/+1756