Auto merge of #41122 - palango:mod-desc-floats, r=frewsxcv

Improve module description for std::f32 and std::f64

Fixes #29353, see discussion there.
This commit is contained in:
bors 2017-04-14 13:24:27 +00:00
commit 5637ed7566
2 changed files with 6 additions and 2 deletions

View file

@ -8,7 +8,9 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
//! The 32-bit floating point type.
//! This module provides constants which are specific to the implementation
//! of the `f32` floating point data type. Mathematically significant
//! numbers are provided in the `consts` sub-module.
//!
//! *[See also the `f32` primitive type](../primitive.f32.html).*

View file

@ -8,7 +8,9 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
//! The 64-bit floating point type.
//! This module provides constants which are specific to the implementation
//! of the `f64` floating point data type. Mathematically significant
//! numbers are provided in the `consts` sub-module.
//!
//! *[See also the `f64` primitive type](../primitive.f64.html).*