File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -989,8 +989,9 @@ mod prim_tuple {}
989
989
/// is deviated from.
990
990
/// - Lastly, there are multiple bit patterns that are considered NaN.
991
991
/// 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,
994
995
/// as the same calculations might produce NaNs with different bit patterns.
995
996
///
996
997
/// For more information on floating point numbers, see [Wikipedia][wikipedia].
You can’t perform that action at this time.
0 commit comments