summary refs log tree commit diff
path: root/library/core/src/num/f64.rs
AgeCommit message (Expand)AuthorLines
2022-05-09Rollup merge of #95483 - golddranks:improve_float_docs, r=joshtriplettMatthias Krüger-19/+60
2022-05-09Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errorsbors-41/+17
2022-05-02Fix nitsPyry Kontio-4/+4
2022-04-22Remove unnecessary const-time x87-related checksJubilee Young-16/+8
2022-04-22Fix comments for float classifyJubilee Young-3/+3
2022-04-14Remove use of `#[rustc_deprecated]`Jacob Pratt-41/+17
2022-04-12Ban subnormals and NaNs in const {from,to}_bitsJubilee Young-4/+99
2022-04-12Rectify float classification impls for weird FPUsJubilee Young-8/+52
2022-04-05trivial cfg(bootstrap) changesPietro Albini-1/+0
2022-04-04Stabilize total_cmpPyry Kontio-2/+1
2022-03-31Re-introduce "propagating NaN" to `maximum`/`minimum`, add "ignoring NaN" to ...Pyry Kontio-4/+10
2022-03-31Add references to explanation about portability to f{32,64}::{from,to}_{be,le...Pyry Kontio-0/+18
2022-03-31Fix: is_sign_positive -> is_sign_negativePyry Kontio-1/+1
2022-03-31Improve floating point documentation:Pyry Kontio-17/+34
2022-03-30remove now unnecessary lang itemslcnr-1/+1
2022-01-30review the total_cmp documentationSimonas Kazlauskas-19/+27
2022-01-18fix typo in `max` description for f32/f64klensy-1/+1
2022-01-06add some missing must use to float opsasquared31415-0/+5
2021-11-20Apply documentation suggestions from @est31Urgau-4/+4
2021-11-20Add similar note as LLVM does for minNum and maxNum functionsLoïc BRANSTETT-0/+6
2021-11-20Implement IEEE 754-2019 minimun and maximum functions for f32/f64Loïc BRANSTETT-0/+62
2021-10-31Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplettMatthias Krüger-0/+1
2021-10-30Add #[must_use] to remaining core functionsJohn Kugelman-0/+1
2021-10-20Rollup merge of #86479 - exphp-forks:float-debug-exponential, r=yaahcYuki Okushi-1/+1
2021-10-11Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri...Guillaume Gomez-0/+4
2021-10-10Add #[must_use] to from_value conversionsJohn Kugelman-0/+4
2021-10-10Rollup merge of #89720 - jkugelman:must-use-math-operations, r=joshtriplettMatthias Krüger-0/+14
2021-10-09Add #[must_use] to math and bit manipulation methodsJohn Kugelman-0/+14
2021-10-09Add #[must_use] to is_condition testsJohn Kugelman-0/+9
2021-06-19Automatic exponential formatting in DebugMichael Lamparski-1/+1
2021-06-01Intra doc link-ify a reference to a functionest31-2/+2
2021-05-25Remove num_as_ne_bytes featureHoe Hao Cheng-29/+0
2021-04-11Stabilize is_subnormal.Mara Bos-2/+1
2021-02-25Convert the rest of the standard library primitives to intra-doc linksJoshua Nelson-15/+15
2021-02-23Convert core/num/mod.rs to intra-doc linksJoshua Nelson-5/+5
2021-01-20Deprecate-in-future the constants superceded by RFC 2700bstrie-4/+60
2020-11-27Move {f32,f64}::clamp to core.Mara Bos-0/+35
2020-11-22Add f{32,64}::is_subnormalltdk-0/+26
2020-11-01Point out that total_cmp is no strict superset of partial comparisonest31-0/+4
2020-09-20Implement as_ne_bytes for floats and integersHoe Hao Cheng-0/+29
2020-08-22Add `#![feature(const_float_classify)]` for `f64::classify` and friendsDylan MacKenzie-9/+17
2020-08-22Add `#![feature(const_float_bits_conv)]` for `f64::to_bits` and friendsDylan MacKenzie-8/+16
2020-07-27mv std libs to library/mark-0/+903