libzahl

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

commit f30638b601c039b485da916283594e2e5f3bd19f
parent 55edb45140668ffa9ef8de7f50fd24c2c0f66a96
Author: Mattias Andrée <maandree@kth.se>
Date:   Wed, 27 Apr 2016 16:14:39 +0200

Minor word fix in STATUS

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

Diffstat:
MSTATUS | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/STATUS b/STATUS @@ -81,7 +81,7 @@ you would choose zadd_unsigned in libzahl, but if you are using a library that does not have the corrsponding function, you are better of with the regular addition (zadd). -Also note, TomsFastMath does not allow arbitrarily large +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;