Skip to content

Commit 9dbeb9d

Browse files
Update docs/src/dev-docs/design-retain-float-format.md
Co-authored-by: Quinn Taylor Mitchell <[email protected]>
1 parent c1a4903 commit 9dbeb9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/dev-docs/design-retain-float-format.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ the exponent arbitrarily to represent the same number in infinite possible ways.
5454

5555
are both valid representations of `16` using 3 significant digits.
5656

57-
Likewise, we can come up with infinite representations of `16` by choosing to represent arbitrarily
58-
many significant digits.
57+
Likewise, we can come up with infinite representations of `16` (at different precisions) by
58+
choosing to represent arbitrarily many significant digits.
5959

6060
Point 2. is a bit more abstract, but it is important for understanding our approach to losslessly
6161
storing floating-point numbers.

0 commit comments

Comments
 (0)