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