From f5d8775f896aefd64429404582247defada75740 Mon Sep 17 00:00:00 2001 From: Hyman Rosen Date: Mon, 9 Jan 2017 18:24:41 -0500 Subject: [PATCH] Fix calculation for bmax. --- source/declarations.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/declarations.tex b/source/declarations.tex index 9641354773..33b472b274 100644 --- a/source/declarations.tex +++ b/source/declarations.tex @@ -2132,7 +2132,7 @@ values in the range $b_{min}$ to $b_{max}$, defined as follows: Let $K$ be 1 for a two's complement representation and 0 for a ones' complement or sign-magnitude representation. $b_{max}$ is the smallest value -greater than or equal to $max(|e_{min}| - K, |e_{max}|)$ and equal to +greater than or equal to $max(|e_{min}| - K, e_{max})$ and equal to $2^M-1$, where $M$ is a non-negative integer. $b_{min}$ is zero if $e_{min}$ is non-negative and $-(b_{max}+K)$ otherwise. The size of the smallest bit-field large enough to hold all the values of the