summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2019-11-09 16:17:25 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2019-11-09 16:17:25 +0100
commitc723d553962d05c2c34fba1929d9c8dd559da30e (patch)
tree042851f02c4d52a2ea168b8b56403276dab071a4 /doc
parenta415c112f4d7ca8078f82a52f90a3a35e3c557c7 (diff)
downloadgmp-c723d553962d05c2c34fba1929d9c8dd559da30e.tar.gz
doc/gmp.texi (Contributors): Small update.
Diffstat (limited to 'doc')
-rw-r--r--doc/gmp.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/gmp.texi b/doc/gmp.texi
index c7ce06873..11250e6b8 100644
--- a/doc/gmp.texi
+++ b/doc/gmp.texi
@@ -10754,8 +10754,9 @@ implemented most of the new Toom multiply and squaring code for 5.0.
He is the main author of the current mpn_mulmod_bnm1, mpn_mullo_n, and
mpn_sqrlo. Marco also wrote the functions mpn_invert and mpn_invertappr,
and improved the speed of integer root extraction. He is the author of
-the current combinatorial functions: binomial, factorial, multifactorial,
-primorial.
+mini-mpq, an additional layer to mini-gmp; of most of the combinatorial
+functions and the BPSW primality testing implementation, for both the
+main library and the mini-gmp package.
David Harvey suggested the internal function @code{mpn_bdiv_dbm1}, implementing
division relevant to Toom multiplication. He also worked on fast assembly