about summary refs log tree commit diff
path: root/src/libstd/f64.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-17rename div_euc -> div_euclid, and mod_euc -> rem_euclidNicole Mazzuca-15/+15
2018-12-15Fix a small mistake regarding NaNs in a deprecation messageTobias Bucher-1/+2
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-10-24Fix doc for new copysign functionsRaph Levien-4/+4
2018-10-18Add must_use on copysignRaph Levien-0/+1
2018-10-17Fix inconsistent documentationRaph Levien-3/+4
2018-10-17Add a `copysign` function to f32 and f64Raph Levien-0/+27
2018-06-26Clarify rational behind current implementation of `.mod_euc()`Fabian Kössel-0/+4
2018-06-26Document round-off error in `.mod_euc()`-method, see issue #50179Fabian Kössel-1/+6
2018-05-17Switch to 1.26 bootstrap compilerMark Simulacrum-11/+1
2018-05-13Add “Examples” section header in f32/f64 doc comments.Corey Farwell-0/+76
2018-05-10Rollup merge of #50588 - ExpHP:i-can-see-my-house-from-here, r=frewsxcvAlex Crichton-2/+2
2018-05-09move See also links to topMichael Lamparski-2/+2
2018-05-09Clarify in the docs that `mul_add` is not always faster.Corey Farwell-2/+4
2018-04-21Move intrinsics-based float methods out of libcore into libstdSimon Sapin-3/+14
2018-04-21Add some f32 and f64 inherent methods in libcoreSimon Sapin-282/+9
2018-03-28Address nits and tidy errors.Fabian Zaiser-2/+2
2018-03-26Implement RFC #2169 (Euclidean division).Fabian Zaiser-0/+50
2018-03-21Fixed clockwise/counter-clockwise in atan2 documentation in f32 and f64Maxwell Borden-4/+5
2018-02-11typo: correct endianess to endianness (this also changes function names!)Matthias Krüger-1/+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-28/+43
2017-11-23Make float::from_bits transmute (and update the documentation to reflect this).Alexis Beingessner-28/+43
2017-11-20Fix some docs summary nitsMarco A L Barbosa-2/+3
2017-11-08std: Move the `cmath` module into the `sys` moduleAlex Crichton-47/+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 f64 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 f64 examplesJacob 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-5/+8
2017-06-28Auto merge of #42431 - nagisa:core-float-2, r=alexcrichtonbors-18/+8
2017-06-22Fix NaN handling in is_sign_negative/positiveSimonas Kazlauskas-18/+8
2017-06-16Auto merge of #42430 - nagisa:core-float, r=alexcrichtonbors-4/+2
2017-06-14Re-implement float min/max in rustSimonas Kazlauskas-4/+2
2017-06-13Ignore some failing test on wasm32-unknown-emscriptenMarco A L Barbosa-0/+3
2017-04-20Remove float_extrasJosh Stone-179/+0
2017-04-18Allow us to remove masking in the futureest31-2/+2