Minor edit in Addition - libzahl - big integer library
HTML git clone git://git.suckless.org/libzahl
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 696d91144f19e4bac1265ae7665a3db72b845722
DIR parent d1955cbf3f263002d1acade46963c90557c03a98
HTML Author: Mattias Andrée <maandree@kth.se>
Date: Wed, 11 May 2016 20:19:12 +0200
Minor edit in Addition
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat:
M doc/arithmetic.tex | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/doc/arithmetic.tex b/doc/arithmetic.tex
@@ -63,7 +63,7 @@ $f : a, b \mapsto a + b + 1$
\vspace{1em}
\noindent
-only overflows at most once, that is, the
+only wraps at most once, that is, the
carry cannot exceed 1. CPU:s provide an
instruction specifically for performing
addition with ripple-carry over multiple words,