diff options
| -rw-r--r-- | other/other.tex | 1 |
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} |
