Value range about [closes #5]

This commit is contained in:
Antti H S Laaksonen 2017-02-25 12:25:34 +02:00
parent 600803d6cc
commit 8cf33cc743
1 changed files with 1 additions and 1 deletions

View File

@ -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}