From 5c70306f2f5e4a5c6dfdd4ea5111be5054a98849 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 19 Jun 2016 03:26:50 +0200 Subject: Manual: fix sign of example for zxor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- doc/bit-operations.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/bit-operations.tex') diff --git a/doc/bit-operations.tex b/doc/bit-operations.tex index f3b0081..f7901b0 100644 --- a/doc/bit-operations.tex +++ b/doc/bit-operations.tex @@ -296,7 +296,7 @@ example (integers are in binary): zxor(r, a, b) znot(r, a) a = +1010 (input) a = +1010 (input) b = -1100 (input) r = -0101 (output) - r = +0110 (output) + r = -0110 (output) \end{alltt} Remember, in libzahl, integers are represented -- cgit v1.2.3-70-g09d2