summary refs log tree commit diff
path: root/src/libcore/num/f64.rs
AgeCommit message (Expand)AuthorLines
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
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-10/+20
2015-01-23Set unstable feature names appropriatelyBrian Anderson-8/+8
2015-01-21Remove 'since' from unstable attributesBrian Anderson-8/+8
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-26/+27
2015-01-06Unstabilise f32/f64 constants that are int/uint.Huon Wilson-7/+6
2015-01-06Deprecate the constant-returning functions in Float.Huon Wilson-0/+10
2015-01-03Remove deprecated functionalityAlex Crichton-76/+0
2014-12-23Rename and namespace `FPCategory`Tobias Bucher-8/+9
2014-11-18Fallout from deprecationAaron Turon-2/+2
2014-11-18libs: stabilize most numerics after RFC changesAaron Turon-2/+18
2014-11-16Remove core::num::strconvBrendan Zabarauskas-56/+3