libzahl

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

commit 4230ed7f17d633944c5f35dde401f8761994954a
parent f0aa2f671e01ce36c98f55718cb2ca62c69ac55a
Author: Mattias Andrée <maandree@kth.se>
Date:   Mon,  9 May 2016 23:06:28 +0200

zdivmod: minor correction

Signed-off-by: Mattias Andrée <maandree@kth.se>

Diffstat:
Mman/zdivmod.3 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/zdivmod.3 b/man/zdivmod.3 @@ -48,7 +48,7 @@ if .I dividend and .I divisor -have the same sign. +are both non-negative. It is up to the user, to make the necessary adjustment to .I remainder to make this true or to satisfy any desired property. This