libzahl

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

commit 0a7ecc9035f111c2bba31b941e8b28b60098bb79
parent 06a2e75ba6e9daff5c7e36c9491d0ec08e156fef
Author: Mattias Andrée <maandree@kth.se>
Date:   Sat, 30 Apr 2016 23:00:31 +0200

Fix typos

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

Diffstat:
MSTATUS | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/STATUS b/STATUS @@ -83,8 +83,8 @@ you are better of with the regular addition (zadd). Also note, TomsFastMath does not support arbitrarily large integers, which gives is a significant performance advantage. -Furthermore, not failure check is done with GMP. Additionally, -hebimath is some functions that are not working correctly; +Furthermore, no failure check is done with GMP. Additionally, +hebimath has some functions that are not working correctly; those have been excluded from the comparison. Also note, NOT does not mean the same thing in all libraries,