From 153e69c9fd0d2a86518c9f18878023ee872a5c78 Mon Sep 17 00:00:00 2001 From: mzuenni Date: Mon, 18 Jul 2022 18:38:11 +0200 Subject: added graycode --- other/other.tex | 1 + 1 file changed, 1 insertion(+) (limited to 'other') 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} -- cgit v1.2.3