Skip to content

Commit

Permalink
Improve module description for std::f32 and std::f64.
Browse files Browse the repository at this point in the history
Fixes #29353
  • Loading branch information
palango committed Apr 11, 2017
1 parent 44855a4 commit 4b4b1e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/libstd/f32.rs
Expand Up @@ -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).*

Expand Down
4 changes: 3 additions & 1 deletion src/libstd/f64.rs
Expand Up @@ -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).*

Expand Down

0 comments on commit 4b4b1e1

Please sign in to comment.