aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-05-14 17:48:03 +0200
committerMattias Andrée <maandree@kth.se>2016-05-14 17:48:03 +0200
commit437b35efd43f788a1edcf483e623d766642d1c29 (patch)
tree015dfb2af7d4808da402c41075a81b1a9ed972ad
parentMinor edit in manual: reorder parameters in call to zadd (diff)
downloadlibzahl-437b35efd43f788a1edcf483e623d766642d1c29.tar.gz
libzahl-437b35efd43f788a1edcf483e623d766642d1c29.tar.bz2
libzahl-437b35efd43f788a1edcf483e623d766642d1c29.tar.xz
Reorder sections
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--doc/bit-operations.tex14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/bit-operations.tex b/doc/bit-operations.tex
index 44fc27d..be9fccb 100644
--- a/doc/bit-operations.tex
+++ b/doc/bit-operations.tex
@@ -15,13 +15,6 @@ TODO % zbits zlsb
\newpage
-\section{Logic}
-\label{sec:Logic}
-
-TODO % zand zor zxor znot
-
-
-\newpage
\section{Shift}
\label{sec:Shift}
@@ -133,3 +126,10 @@ TODO % zbset
\label{sec:Bit test}
TODO % zbtest
+
+
+\newpage
+\section{Logic}
+\label{sec:Logic}
+
+TODO % zand zor zxor znot