File tree 4 files changed +14
-4
lines changed
4 files changed +14
-4
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
- //! Operations and constants for 32-bits floats (`f32` type)
11
+ //! This module provides constants which are specific to the implementation
12
+ //! of the `f32` floating point data type.
13
+ //!
14
+ //! Mathematically significant numbers are provided in the `consts` sub-module.
15
+ //!
16
+ //! *[See also the `f32` primitive type](../../std/primitive.f32.html).*
12
17
13
18
#![ stable( feature = "rust1" , since = "1.0.0" ) ]
14
19
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
- //! Operations and constants for 64-bits floats (`f64` type)
11
+ //! This module provides constants which are specific to the implementation
12
+ //! of the `f64` floating point data type.
13
+ //!
14
+ //! Mathematically significant numbers are provided in the `consts` sub-module.
15
+ //!
16
+ //! *[See also the `f64` primitive type](../../std/primitive.f64.html).*
12
17
13
18
#![ stable( feature = "rust1" , since = "1.0.0" ) ]
14
19
Original file line number Diff line number Diff line change 13
13
//!
14
14
//! Mathematically significant numbers are provided in the `consts` sub-module.
15
15
//!
16
- //! *[See also the `f32` primitive type](../primitive.f32.html).*
16
+ //! *[See also the `f32` primitive type](../../std/ primitive.f32.html).*
17
17
18
18
#![ stable( feature = "rust1" , since = "1.0.0" ) ]
19
19
#![ allow( missing_docs) ]
Original file line number Diff line number Diff line change 13
13
//!
14
14
//! Mathematically significant numbers are provided in the `consts` sub-module.
15
15
//!
16
- //! *[See also the `f64` primitive type](../primitive.f64.html).*
16
+ //! *[See also the `f64` primitive type](../../std/ primitive.f64.html).*
17
17
18
18
#![ stable( feature = "rust1" , since = "1.0.0" ) ]
19
19
#![ allow( missing_docs) ]
You can’t perform that action at this time.
0 commit comments