We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb0e3d commit 50275f4Copy full SHA for 50275f4
README.md
@@ -14,7 +14,7 @@ With much help from:
14
- ROBOKITTY @ Code Review (StackExchange)
15
- Winston Ewert @ Code Review (StackExchange) - suggested many improvements
16
17
-Although this class can theoretically hold an infinily large value,
+Although this class can theoretically hold an infinitely large value,
18
the actual limit of how large the integers can be is
19
`std::deque <Z>().max_size() * sizeof(Z) * 8 bits`, which
20
should be more than enough for any purpose.
@@ -83,4 +83,4 @@ should be more than enough for any purpose.
83
- Hexadecimal output strings use lowercase characters.
84
85
- Base256 strings are assumed to be positive when read into
86
- integer. Use operator-() to negate the value.
+ integer. Use operator-() to negate the value.
0 commit comments