From d27053dd5633d4b8b6098cbb721348ee97a01d87 Mon Sep 17 00:00:00 2001 From: Paul Jungeblut Date: Sat, 29 Oct 2016 13:15:37 +0200 Subject: Adding 128 bit float. --- other/other.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'other') 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 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} -- cgit v1.2.3