File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1257,8 +1257,8 @@ impl f32 {
1257
1257
/// There is only one difference to a bare `transmute`:
1258
1258
/// Due to the implications onto Rust's safety promises being
1259
1259
/// uncertain, if the representation of a signaling NaN "sNaN" float
1260
- /// is passed to the function, a quiet NaN will be returned
1261
- /// instead.
1260
+ /// is passed to the function, the implementation is allowed to
1261
+ /// return a quiet NaN instead.
1262
1262
///
1263
1263
/// Note that this function is distinct from casting.
1264
1264
///
Original file line number Diff line number Diff line change @@ -1149,8 +1149,8 @@ impl f64 {
1149
1149
/// There is only one difference to a bare `transmute`:
1150
1150
/// Due to the implications onto Rust's safety promises being
1151
1151
/// uncertain, if the representation of a signaling NaN "sNaN" float
1152
- /// is passed to the function, a quiet NaN will be returned
1153
- /// instead.
1152
+ /// is passed to the function, the implementation is allowed to
1153
+ /// return a quiet NaN instead.
1154
1154
///
1155
1155
/// Note that this function is distinct from casting.
1156
1156
///
You can’t perform that action at this time.
0 commit comments