about summary refs log tree commit diff
path: root/src/libcore/num/f64.rs
AgeCommit message (Expand)AuthorLines
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
2017-06-14Re-implement float min/max in rustSimonas Kazlauskas-0/+28
2017-04-20Remove float_extrasJosh Stone-45/+0
2016-10-12run rustfmt on libcore/num folderSrinivas Reddy Thatiparthy-15/+33
2016-07-06Rollup merge of #34277 - ollie27:docs_num, r=steveklabnikSteve Klabnik-30/+30
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-4/+4
2016-06-30Correct MIN_EXP docs and improve EPSILONOliver Middleton-2/+2
2016-06-14Add/improve num const docsOliver Middleton-30/+30
2016-03-11core: Make a new tracking issue for prelude traitsAlex Crichton-1/+1
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-5/+1
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-2/+2
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+3
2015-10-05Fix doc typo in num::{f32,f64}.Jed Davis-1/+1
2015-08-18Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichtonbors-92/+0
2015-08-17Remove dependencies on libm functions from libcore.Eli Friedman-92/+0
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-6/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-1/+1
2015-07-20std: Create separate docs for the primitivesBrian Anderson-1/+0
2015-06-21Temp fix for all constants that are missing docs.Eljay-0/+11
2015-06-17std: Deprecate f{32,64}::consts::PI_2Alex Crichton-0/+1
2015-06-17core: Split apart the global `core` featureAlex Crichton-2/+2
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-4/+5
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-76/+0
2015-03-31Stabilize std::numAaron Turon-17/+38
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-6/+6
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-1/+2
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-1/+1
2015-03-02core: Audit num module for int/uintBrian Anderson-13/+13
2015-02-13Remove `_VALUE` from the float extremes constants.Huon Wilson-3/+16
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-3/+3
2015-01-25Moving away from deprecated i/u suffixes in libcoreAlfie John-3/+3
2015-01-23grandfathered -> rust1Brian Anderson-8/+8