diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2021-07-24 09:52:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-24 09:52:03 -0700 |
| commit | 25fab0c8a7e5cd914c90902b559f35f0af7bde2c (patch) | |
| tree | 014869a0e4abdf8cc599011a98af0f11d2358f92 | |
| parent | e932113c7eb2805154d8ef0419fa5bffdebe38b8 (diff) | |
| parent | 30b619771d41a9fb0914b5064050bb1aa202439a (diff) | |
| download | rust-25fab0c8a7e5cd914c90902b559f35f0af7bde2c.tar.gz rust-25fab0c8a7e5cd914c90902b559f35f0af7bde2c.zip | |
Rollup merge of #87419 - programmerjake:patch-1, r=nagisa
IEEE 754 is not an RFC If there were something between `IEEE` and `754`, it would be `STD`: [`IEEE STD 754-2019`](https://doi.org/10.1109%2FIEEESTD.2019.8766229)
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 35e5627e61f..6eb70dee395 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -44,7 +44,7 @@ Libraries - [`leading_zeros`, and `trailing_zeros` are now available on all `NonZero` integer types.][84082] - [`{f32, f64}::from_str` now parse and print special values - (`NaN`, `-0`) according to IEEE RFC 754.][78618] + (`NaN`, `-0`) according to IEEE 754.][78618] - [You can now index into slices using `(Bound<usize>, Bound<usize>)`.][77704] - [Add the `BITS` associated constant to all numeric types.][82565] |
