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 12935b8 commit c440d18Copy full SHA for c440d18
source/declarations.tex
@@ -6357,7 +6357,7 @@
6357
values in the range $b_\text{min}$ to $b_\text{max}$, defined as follows: Let $K$
6358
be 1 for a two's complement representation and 0 for a ones' complement
6359
or sign-magnitude representation. $b_\text{max}$ is the smallest value
6360
-greater than or equal to $max(|e_\text{min}| - K, |e_\text{max}|)$ and equal to
+greater than or equal to $max(|e_\text{min}| - K, e_\text{max})$ and equal to
6361
$2^M-1$, where $M$ is a non-negative integer. $b_\text{min}$ is zero if
6362
$e_\text{min}$ is non-negative and $-(b_\text{max}+K)$ otherwise. The size of the
6363
smallest bit-field large enough to hold all the values of the
0 commit comments