From 4fa409bf5a0ac25d6b0dea2221ca6f505ae7bfd3 Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Tue, 15 Dec 2009 04:44:34 +0000 Subject: [PATCH] (Radix Modes): Clean up wording. --- doc/misc/calc.texi | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index 748268b2ed2..590ec8059e7 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi @@ -13175,12 +13175,11 @@ entirety.) @cindex Two's complements With the binary, octal and hexadecimal display modes, Calc can -display @expr{w}-bit integers using two's complement notation. These -versions of the display radices are selected with the key sequences -@kbd{C-u d 2}, @kbd{C-u d 8} and @kbd{C-u d 6}, respectively. -In these cases a negative word size might be appropriate -(@pxref{Binary Functions}). In two's complement notation, the integers -in the (nearly) symmetric interval from +display @expr{w}-bit integers using two's complement notation. This +option is selected with the key sequences @kbd{C-u d 2}, @kbd{C-u d 8} +and @kbd{C-u d 6}, respectively, and a negative word size might be +appropriate (@pxref{Binary Functions}). In two's complement +notation, the integers in the (nearly) symmetric interval from @texline @math{-2^{w-1}} @infoline @expr{-2^(w-1)} to -- 2.11.4.GIT