summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
authorPaul Jungeblut <paul.jungeblut@gmail.com>2016-10-29 13:15:37 +0200
committerPaul Jungeblut <paul.jungeblut@gmail.com>2016-10-29 13:15:37 +0200
commitd27053dd5633d4b8b6098cbb721348ee97a01d87 (patch)
tree6a9277210291d403bd5210121362e3729f900e19 /other
parent5884ca78ecba6074ed828a83fb39fc8a3d9b317f (diff)
Adding 128 bit float.
Diffstat (limited to 'other')
-rw-r--r--other/other.tex4
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}