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

Fixes #29353
This commit is contained in:
Paul Lange 2017-04-06 22:30:26 +02:00
parent 44855a4cef
commit 4b4b1e1b25
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).*