Skip to content

Commit

Permalink
Unrolled build for rust-lang#136915
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#136915 - eyelash:float-precision, r=workingjubilee

documentation fix: `f16` and `f128` are not double-precision
  • Loading branch information
rust-timer authored Feb 12, 2025
2 parents 021fb9c + 4f37b45 commit 3d71583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/std/src/f128.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Constants for the `f128` double-precision floating point type.
//! Constants for the `f128` quadruple-precision floating point type.
//!
//! *[See also the `f128` primitive type](primitive@f128).*
//!
Expand Down
2 changes: 1 addition & 1 deletion library/std/src/f16.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Constants for the `f16` double-precision floating point type.
//! Constants for the `f16` half-precision floating point type.
//!
//! *[See also the `f16` primitive type](primitive@f16).*
//!
Expand Down

0 comments on commit 3d71583

Please sign in to comment.