match std f32 primitive docs to core f32 primitive docs
This commit is contained in:
parent
21f1037c58
commit
7175c499ec
1 changed files with 3 additions and 2 deletions
|
@ -989,8 +989,9 @@ mod prim_tuple {}
|
|||
/// is deviated from.
|
||||
/// - Lastly, there are multiple bit patterns that are considered NaN.
|
||||
/// Rust does not currently guarantee that the bit patterns of NaN are
|
||||
/// preserved over arithmetic operations,
|
||||
/// so there may be some surprising results upon inspecting the bit patterns,
|
||||
/// preserved over arithmetic operations, and they are not guaranteed to be
|
||||
/// portable or even fully deterministic! This means that there may be some
|
||||
/// surprising results upon inspecting the bit patterns,
|
||||
/// as the same calculations might produce NaNs with different bit patterns.
|
||||
///
|
||||
/// For more information on floating point numbers, see [Wikipedia][wikipedia].
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue