diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/bit-operations.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bit-operations.tex b/doc/bit-operations.tex index f7901b0..1a1494a 100644 --- 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. |
