about summary refs log tree commit diff
path: root/src/libcore/num/f32.rs
AgeCommit message (Expand)AuthorLines
2020-05-04correct -> intendedSteve Klabnik-14/+14
2020-05-04add some whitespaceSteve Klabnik-0/+7
2020-05-04Add examples for std::f32 constants.Steve Klabnik-0/+140
2020-04-20Use assoc float consts instead of module levelLinus Färnstrand-2/+2
2020-04-05Make libcore float constant examples similar to libstdLinus Färnstrand-6/+2
2020-04-03Make documentation examples use new integer assoc constsLinus Färnstrand-1/+1
2020-03-29Stabilize float::to_int_uncheckedMark Rousskov-7/+5
2020-03-04Auto merge of #68952 - faern:stabilize-assoc-int-consts, r=dtolnaybors-27/+33
2020-02-16Stabilize {f32, f64}::{LOG2_10, LOG10_2}LeSeulArtichaut-2/+2
2020-02-12Add usage recommendation to old float constantsLinus Färnstrand-0/+14
2020-02-12Update float documentation to use associated constsLinus Färnstrand-13/+2
2020-02-12Add notice about using new consts in new code on float modulesLinus Färnstrand-0/+3
2020-02-12Stabilize assoc_int_constsLinus Färnstrand-14/+14
2020-01-23Add relevant associated constants to the float typesLinus Färnstrand-14/+68
2019-12-31Rollup merge of #67430 - tspiteri:minus-inf, r=Dylan-DPCDylan DPC-1/+1
2019-12-26Remove redundant link textsMatthew Kraai-1/+1
2019-12-24Show value for consts in the documentationOhad Ravid-1/+1
2019-12-22Format the worldMark Rousskov-3/+6
2019-12-19doc: minus (U+2212) instead of dash (U+002D) for negative infinityTrevor Spiteri-1/+1
2019-12-18Propagate cfg bootstrapMark Rousskov-2/+0
2019-12-06Add `{f32,f64}::approx_unchecked_to<Int>` unsafe methodsSimon Sapin-1/+31
2019-11-28Clarify `{f32,f64}::EPSILON` docsOhad Ravid-1/+1
2019-11-26Add tracking issue number.Mara Bos-1/+1
2019-11-26Add core::{f32,f64}::consts::TAU.Mara Bos-0/+6
2019-11-06Have tidy ensure that we document all `unsafe` blocks in libcoreOliver Scherer-0/+2
2019-10-31Stabilize float_to_from_bytes featureLzu Tao-12/+6
2019-08-22Change code formatting for readability.Tomasz Różański-1/+1
2019-08-08doc: Fix typo in float from bytes methodsLzu Tao-2/+2
2019-07-08Add documentation to float conversion methodsLzu Tao-17/+62
2019-07-08Add float conversions to and from bytesTobias Bucher-0/+70
2019-06-06Add intrinsics for floating-point min and maxvarkor-18/+5
2019-04-18libcore => 2018Taiki Endo-2/+2
2019-02-10libs: doc commentsAlexander Regueiro-5/+5
2019-01-07Optimise floating point `is_finite` (2x) and `is_infinite` (1.6x).Huon Wilson-2/+12
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-13fix various typos in doc commentsAndy Russell-1/+1
2018-06-02Rollup merge of #50919 - frewsxcv:frewsxcv-epsilon, r=steveklabnikMark Simulacrum-1/+5
2018-05-28Provide more context for what the {f32,f64}::EPSILON values represent.Corey Farwell-1/+5
2018-05-22Remove the unstable Float traitSimon Sapin-153/+69
2018-05-17Switch to 1.26 bootstrap compilerMark Simulacrum-3/+1
2018-05-09move See also links to topMichael Lamparski-2/+2
2018-05-08Add more logarithm constantsClar Charr-0/+8
2018-04-21Move intrinsics-based float methods out of libcore into libstdSimon Sapin-27/+0
2018-04-21Add some f32 and f64 inherent methods in libcoreSimon Sapin-0/+284
2018-02-01Use constant for 180/π in to_degreesvarkor-1/+3
2018-01-24Auto merge of #46931 - clarcharr:float_bits_core, r=alexcrichtonbors-7/+17
2017-12-30Optimise min/maxvarkor-2/+2
2017-12-22Expose float from_bits and to_bits in libcore.Clar Charr-7/+17
2017-12-21Make core::f32/f64 docs match std.Clar Charr-1/+6
2017-08-31Update bootstrap compilerAlex Crichton-2/+0