diff options
Diffstat (limited to 'other')
| -rw-r--r-- | other/other.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/other/other.tex b/other/other.tex index 0b1922a..84a625c 100644 --- a/other/other.tex +++ b/other/other.tex @@ -27,8 +27,8 @@ set<point2, decltype(comp)> set1(comp); -D_GLIBCXX_DEBUG #define _GLIBCXX_DEBUG -// 128-Bit Integer. Muss zum Einlesen/Ausgeben in einen int oder long long gecastet werden. -__int128 +// 128-Bit Integer/Float. Muss zum Einlesen/Ausgeben in einen int oder long long gecastet werden. +__int128, __float128 \end{lstlisting} \subsection{Josephus-Problem} |
