about summary refs log tree commit diff
path: root/src/libstd/f32.rs
AgeCommit message (Expand)AuthorLines
2019-04-05Change `copytest` parameter name from `y` to `sign`Will Hakes-5/+5
2019-03-29Stablize {f32,f64}::copysign().CrLF0710-2/+1
2019-03-25Clarify `{Ord,f32,f64}::clamp` docs a littleTobias Bucher-6/+16
2019-03-20Fix formatting and add unit tests for panic casesJacob Kiesel-1/+19
2019-03-20Add NAN test to docsJacob Kiesel-0/+1
2019-03-19Rollup merge of #58812 - jonhoo:floor_v_trunc, r=alexcrichtonMazdak Farrokhzad-4/+8
2019-03-15Auto merge of #58710 - EdorianDark:master, r=sfacklerbors-0/+21
2019-03-09add feature clampDirk Leifeld-0/+1
2019-03-09Revert "Revert "Add clamp functions""Dirk Leifeld-0/+20
2019-02-28Clarify distinction between floor() and trunc()Jon Gjengset-4/+8
2019-02-28libstd => 2018Taiki Endo-8/+8
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-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-1/+1
2018-10-17Add a `copysign` function to f32 and f64Raph Levien-0/+28
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-274/+9
2018-03-28Address nits and tidy errors.Fabian Zaiser-2/+2
2018-03-26Implement RFC #2169 (Euclidean division).Fabian Zaiser-0/+51
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-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