From 8cf33cc7432bb815f69d0ae9900fd269611a505c Mon Sep 17 00:00:00 2001 From: Antti H S Laaksonen Date: Sat, 25 Feb 2017 12:25:34 +0200 Subject: [PATCH] Value range about [closes #5] --- chapter01.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter01.tex b/chapter01.tex index 1968f6e..52428b1 100644 --- a/chapter01.tex +++ b/chapter01.tex @@ -286,7 +286,7 @@ Still, it is good to know that the \texttt{g++} compiler also provides an 128-bit type \texttt{\_\_int128\_t} with value range -$-2^{127} \ldots 2^{127}-1$ or $-10^{38} \ldots 10^{38}$. +$-2^{127} \ldots 2^{127}-1$ or about $-10^{38} \ldots 10^{38}$. However, this type is not available in all contest systems. \subsubsection{Modular arithmetic}