mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Reflow a couple of paragraphs in floating-point primitive docs
This commit is contained in:
parent
969f9702da
commit
d0548359b5
@ -1130,8 +1130,8 @@ impl<T> (T,) {}
|
||||
/// A 16-bit floating point type (specifically, the "binary16" type defined in IEEE 754-2008).
|
||||
///
|
||||
/// This type is very similar to [`prim@f32`] but has decreased precision because it uses half as many
|
||||
/// bits. Please see [the documentation for `f32`](prim@f32) or [Wikipedia on
|
||||
/// half-precision values][wikipedia] for more information.
|
||||
/// bits. Please see [the documentation for `f32`](prim@f32) or [Wikipedia on half-precision
|
||||
/// values][wikipedia] for more information.
|
||||
///
|
||||
/// Note that most common platforms will not support `f16` in hardware without enabling extra target
|
||||
/// features, with the notable exception of Apple Silicon (also known as M1, M2, etc.) processors.
|
||||
@ -1218,14 +1218,12 @@ mod prim_f32 {}
|
||||
#[doc(alias = "double")]
|
||||
/// A 64-bit floating point type (specifically, the "binary64" type defined in IEEE 754-2008).
|
||||
///
|
||||
/// This type is very similar to [`f32`], but has increased
|
||||
/// precision by using twice as many bits. Please see [the documentation for
|
||||
/// `f32`][`f32`] or [Wikipedia on double precision
|
||||
/// This type is very similar to [`prim@f32`], but has increased precision by using twice as many
|
||||
/// bits. Please see [the documentation for `f32`](prim@f32) or [Wikipedia on double-precision
|
||||
/// values][wikipedia] for more information.
|
||||
///
|
||||
/// *[See also the `std::f64::consts` module](crate::f64::consts).*
|
||||
///
|
||||
/// [`f32`]: prim@f32
|
||||
/// [wikipedia]: https://en.wikipedia.org/wiki/Double-precision_floating-point_format
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
mod prim_f64 {}
|
||||
|
Loading…
Reference in New Issue
Block a user