summary refs log tree commit diff
path: root/src/libstd/f32.rs
AgeCommit message (Expand)AuthorLines
2018-02-01Use constant for 180/π in to_degreesvarkor-0/+1
2018-01-24Auto merge of #46931 - clarcharr:float_bits_core, r=alexcrichtonbors-3/+2
2018-01-09remove implementation detail from docTrevor Spiteri-2/+2
2018-01-08doc: show that `f32::log` and `f64::log` are not correctly roundedTrevor Spiteri-10/+9
2017-12-22Expose float from_bits and to_bits in libcore.Clar Charr-3/+2
2017-12-21Make core::f32/f64 docs match std.Clar Charr-1/+1
2017-11-24Auto merge of #46012 - Gankro:float-conv-transmute, r=sfacklerbors-48/+43
2017-11-23Make float::from_bits transmute (and update the documentation to reflect this).Alexis Beingessner-48/+43
2017-11-20Fix some docs summary nitsMarco A L Barbosa-2/+3
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-1/+0
2017-11-08std: Move the `cmath` module into the `sys` moduleAlex Crichton-86/+2
2017-09-08Revert "Add clamp functions"Jacob Kiesel-20/+0
2017-09-08Revert "Add NAN examples"Jacob Kiesel-1/+0
2017-09-08Revert "Fix f32 examples."Jacob Kiesel-4/+2
2017-09-08Revert "Fix documentation and formatting."Jacob Kiesel-4/+1
2017-09-08Revert "Add panic unit tests"Jacob Kiesel-18/+0
2017-09-04Add panic unit testsJacob Kiesel-0/+18
2017-09-01Fix documentation and formatting.Jacob Kiesel-1/+4
2017-08-26Fix f32 examples.Jacob Kiesel-2/+4
2017-08-26Add NAN examplesJacob Kiesel-0/+1
2017-08-26Add clamp functionsJacob Kiesel-0/+20
2017-07-18float_bits_conv made it into 1.20est31-2/+2
2017-07-06Stabilize float_bits_convest31-4/+2
2017-07-03Make sNaN removal code tolerate different sNaN encodingsest31-8/+16
2017-06-28Auto merge of #42431 - nagisa:core-float-2, r=alexcrichtonbors-16/+8
2017-06-22Fix NaN handling in is_sign_negative/positiveSimonas Kazlauskas-16/+8
2017-06-14Re-implement float min/max in rustSimonas Kazlauskas-4/+2
2017-04-22Remove unused import.Corey Farwell-1/+1
2017-04-20Remove float_extrasJosh Stone-204/+0
2017-04-18Allow us to remove masking in the futureest31-2/+2
2017-04-18Preserve sNaN payload when converting them to quiet NaNsest31-7/+25
2017-04-18Convert sNaN to quiet NaN instead of returning errorsest31-12/+18
2017-04-18assert_ne and tracking issueest31-3/+3
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/+1871