commit 83838e485188e98eaef6893e2ca6d6d520b6fcdd
parent 5c70306f2f5e4a5c6dfdd4ea5111be5054a98849
Author: Mattias Andrée <maandree@kth.se>
Date: Sun, 19 Jun 2016 03:32:51 +0200
Manual: jargon fix
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/bit-operations.tex b/doc/bit-operations.tex
@@ -307,7 +307,7 @@ called function may be required when moving
between big integer libraries. Consequently,
{\tt znot} does not flip bits that are higher
than the highest set bit, which means that
-{\tt znot} is nilpotent rather than idempotent.
+{\tt znot} is nilpotent rather than self dual.
Below is a list of the value of {\tt a} when
{\tt znot(a, a)} is called repeatedly.