libzahl

big integer library
git clone git://git.suckless.org/libzahl
Log | Files | Refs | README | LICENSE

commit 696d91144f19e4bac1265ae7665a3db72b845722
parent d1955cbf3f263002d1acade46963c90557c03a98
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:
Mdoc/arithmetic.tex | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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,