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:
commit
5637ed7566
2 changed files with 6 additions and 2 deletions
|
@ -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).*
|
||||
|
||||
|
|
|
@ -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).*
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue