File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
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- //! 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).*
1217
1318#![ stable( feature = "rust1" , since = "1.0.0" ) ]
1419
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- //! 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).*
1217
1318#![ stable( feature = "rust1" , since = "1.0.0" ) ]
1419
Original file line number Diff line number Diff line change 1313//!
1414//! Mathematically significant numbers are provided in the `consts` sub-module.
1515//!
16- //! *[See also the `f32` primitive type](../primitive.f32.html).*
16+ //! *[See also the `f32` primitive type](../../std/ primitive.f32.html).*
1717
1818#![ stable( feature = "rust1" , since = "1.0.0" ) ]
1919#![ allow( missing_docs) ]
Original file line number Diff line number Diff line change 1313//!
1414//! Mathematically significant numbers are provided in the `consts` sub-module.
1515//!
16- //! *[See also the `f64` primitive type](../primitive.f64.html).*
16+ //! *[See also the `f64` primitive type](../../std/ primitive.f64.html).*
1717
1818#![ stable( feature = "rust1" , since = "1.0.0" ) ]
1919#![ allow( missing_docs) ]
You can’t perform that action at this time.
0 commit comments