File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
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.
12
14
//!
13
15
//! *[See also the `f32` primitive type](../primitive.f32.html).*
14
16
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
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.
12
14
//!
13
15
//! *[See also the `f64` primitive type](../primitive.f64.html).*
14
16
You can’t perform that action at this time.
0 commit comments