File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 88// option. This file may not be copied, modified, or distributed
99// except according to those terms.
1010
11- //! The 32-bit floating point type.
11+ //! This module provides constants which are specific to the implementation
12+ //! of the `f32` floating point data type. Mathematically significant
13+ //! numbers are provided in the `consts` sub-module.
1214//!
1315//! *[See also the `f32` primitive type](../primitive.f32.html).*
1416
Original file line number Diff line number Diff line change 88// option. This file may not be copied, modified, or distributed
99// except according to those terms.
1010
11- //! The 64-bit floating point type.
11+ //! This module provides constants which are specific to the implementation
12+ //! of the `f64` floating point data type. Mathematically significant
13+ //! numbers are provided in the `consts` sub-module.
1214//!
1315//! *[See also the `f64` primitive type](../primitive.f64.html).*
1416
You can’t perform that action at this time.
0 commit comments