Skip to content

Commit

Permalink
v0.0.0-0.nightly.2024.09.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ogra committed Sep 20, 2024
2 parents 22d180a + 864c832 commit 57a0bef
Show file tree
Hide file tree
Showing 693 changed files with 8,543 additions and 6,474 deletions.
4 changes: 2 additions & 2 deletions docs/design/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -550,8 +550,8 @@ represent that value.

Floating-point types in Carbon have IEEE-754 semantics, use the round-to-nearest
rounding mode, and do not set any floating-point exception state. They are named
with a _type literals_, consisting of `f` and the number of bits, which must be
a multiple of 8. These types will always be available:
using _type literals_, consisting of `f` and the number of bits, which must be a
multiple of 8. These types will always be available:
[`f16`](https://en.wikipedia.org/wiki/Half-precision_floating-point_format),
[`f32`](https://en.wikipedia.org/wiki/Single-precision_floating-point_format),
and
Expand Down
Loading

0 comments on commit 57a0bef

Please sign in to comment.