Skip to content

Commit

Permalink
match std f32 primitive docs to core f32 primitive docs
Browse files Browse the repository at this point in the history
  • Loading branch information
golddranks committed Mar 31, 2022
1 parent 1add72d commit c18aee7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions std/src/primitive_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down

0 comments on commit c18aee7

Please sign in to comment.