We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a4903 commit 9dbeb9dCopy full SHA for 9dbeb9d
docs/src/dev-docs/design-retain-float-format.md
@@ -54,8 +54,8 @@ the exponent arbitrarily to represent the same number in infinite possible ways.
54
55
are both valid representations of `16` using 3 significant digits.
56
57
-Likewise, we can come up with infinite representations of `16` by choosing to represent arbitrarily
58
-many significant digits.
+Likewise, we can come up with infinite representations of `16` (at different precisions) by
+choosing to represent arbitrarily many significant digits.
59
60
Point 2. is a bit more abstract, but it is important for understanding our approach to losslessly
61
storing floating-point numbers.
0 commit comments