Skip to content

Commit 7175c49

Browse files
committed
match std f32 primitive docs to core f32 primitive docs
1 parent 21f1037 commit 7175c49

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

library/std/src/primitive_docs.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -989,8 +989,9 @@ mod prim_tuple {}
989989
/// is deviated from.
990990
/// - Lastly, there are multiple bit patterns that are considered NaN.
991991
/// Rust does not currently guarantee that the bit patterns of NaN are
992-
/// preserved over arithmetic operations,
993-
/// so there may be some surprising results upon inspecting the bit patterns,
992+
/// preserved over arithmetic operations, and they are not guaranteed to be
993+
/// portable or even fully deterministic! This means that there may be some
994+
/// surprising results upon inspecting the bit patterns,
994995
/// as the same calculations might produce NaNs with different bit patterns.
995996
///
996997
/// For more information on floating point numbers, see [Wikipedia][wikipedia].

0 commit comments

Comments
 (0)