commit d8b03c927769256ad954eb1c1033a6dfeaf22c0f
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Wed Apr 27 02:28:43 2016 +0200
Commit: Mattias Andrée <maandree_AT_kth.se>
CommitDate: Wed Apr 27 02:28:46 2016 +0200
Fix typo, thank you Neven
Signed-off-by: Mattias Andrée <maandree_AT_kth.se>
diff --git a/README b/README
index 31deab0..8af4c38 100644
--- a/README
+++ b/README
_AT_@ -8,7 +8,7 @@ ETYMOLOGY
DESCRIPTION
libzahl is a C library for arbitrary size integers,
- that aims to be usable for rubust programs, and be
+ that aims to be usable for robust programs, and be
fast.
libzahl will accomplish this by using long jumps
_AT_@ -24,7 +24,7 @@ DESCRIPTION
all output parameters are before the input parameters.
RATIONALE
- GMP MP cannot be used for rubust programs. LibTomMath
+ GMP MP cannot be used for robust programs. LibTomMath
is too slow, probably because of all memory allocations,
and has a nonintuitive API. TomsFastMath has an a
nonintuitive API, has limited precision (selected at
diff --git a/man/libzahl.7 b/man/libzahl.7
index 9a7334b..66208b9 100644
--- a/man/libzahl.7
+++ b/man/libzahl.7
_AT_@ -8,7 +8,7 @@ set of all integers is derived from the german word
.SH DESCRIPTION
.B libzahl
is a C library for arbitrary size integers, that
-aims to be usable for rubust programs, and be
+aims to be usable for robust programs, and be
fast.
.P
.B libzahl
_AT_@ -41,7 +41,7 @@ Some functions are implemented to believe that the
first is more likely, other fucntions are implemented
to believe that the latter is more likely.
.SH RATIONALE
-GMP MP cannot be used for rubust programs. LibTomMath
+GMP MP cannot be used for robust programs. LibTomMath
is too slow, probably because of all memory allocations,
and has an nonintuitive API. Hebimath is promising, but
I think it can be done better.
Received on Wed Apr 27 2016 - 02:28:55 CEST
This archive was generated by hypermail 2.3.0
: Wed Apr 27 2016 - 02:36:18 CEST