Skip to content

Commit 3d71583

Browse files
authored
Unrolled build for rust-lang#136915
Rollup merge of rust-lang#136915 - eyelash:float-precision, r=workingjubilee documentation fix: `f16` and `f128` are not double-precision
2 parents 021fb9c + 4f37b45 commit 3d71583

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/std/src/f128.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Constants for the `f128` double-precision floating point type.
1+
//! Constants for the `f128` quadruple-precision floating point type.
22
//!
33
//! *[See also the `f128` primitive type](primitive@f128).*
44
//!

library/std/src/f16.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Constants for the `f16` double-precision floating point type.
1+
//! Constants for the `f16` half-precision floating point type.
22
//!
33
//! *[See also the `f16` primitive type](primitive@f16).*
44
//!

0 commit comments

Comments
 (0)