about summary refs log tree commit diff
path: root/library/core/src/num/f64.rs
AgeCommit message (Expand)AuthorLines
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