about summary refs log tree commit diff
path: root/src/libcore/num/f64.rs
AgeCommit message (Expand)AuthorLines
2020-05-05Rollup merge of #71845 - steveklabnik:add-const-examples, r=dtolnayDylan DPC-0/+147
2020-05-04Use f64 in f64 examplesSteve Klabnik-2/+2
2020-05-04f64 examplesSteve Klabnik-0/+147
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-23/+31
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-9/+0
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/+67
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-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-06Format libcore with rustfmt (including tests and benches)David Tolnay-1/+4
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-3/+82
2019-07-08Add float conversions to and from bytesTobias Bucher-0/+36
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-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-154/+74
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-1/+295
2018-02-01Use constant for 180/π in to_degreesvarkor-0/+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-07-19Fix overflowing_literals lint for large f32sOliver Middleton-3/+0
2017-06-28Auto merge of #42431 - nagisa:core-float-2, r=alexcrichtonbors-6/+11
2017-06-22Fix NaN handling in is_sign_negative/positiveSimonas Kazlauskas-6/+11