summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
authormzuenni <michi.zuendorf@gmail.com>2022-07-18 18:38:11 +0200
committermzuenni <michi.zuendorf@gmail.com>2022-07-18 18:38:11 +0200
commit153e69c9fd0d2a86518c9f18878023ee872a5c78 (patch)
tree30803d22bc47ab9c9bd3a840de02acc0c8bfe897 /other
parent5ab8a5088b729a9953b8dff1b2a985dc8fb2098b (diff)
added graycode
Diffstat (limited to 'other')
-rw-r--r--other/other.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/other.tex b/other/other.tex
index 3a70a36..db3fd55 100644
--- a/other/other.tex
+++ b/other/other.tex
@@ -36,6 +36,7 @@
Anzahl an führenden nullen ($x \neq 0$) & \code{__builtin_clzll(x)} \\
Anzahl an schließenden nullen ($x \neq 0$) & \code{__builtin_ctzll(x)} \\
Anzahl an bits & \code{__builtin_popcountll(x)} \\
+ $i$-te Zahl eines Graycodes & \code{i ^ (i >> 1)} \\
\hline
\end{tabularx}\\
\end{expandtable}