summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2012-12-15 10:30:06 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2012-12-15 10:30:06 +0100
commit3ea799cf9a5b4db9a275ff7952a581853c998847 (patch)
tree84d7f2a363269c3a0f68fec6fde9a057068763d5
parentd604972937f40a10cb0d7bb894f30d69cf156c3b (diff)
downloadgmp-3ea799cf9a5b4db9a275ff7952a581853c998847.tar.gz
doc/gmp.texi: credit for the new combinatorial functions.
-rw-r--r--doc/gmp.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/gmp.texi b/doc/gmp.texi
index 77a4be702..736fd7bf3 100644
--- a/doc/gmp.texi
+++ b/doc/gmp.texi
@@ -10384,7 +10384,8 @@ Marco Bodrato helped implement the new Toom multiply code for GMP 4.3 and
implemented most of the new Toom multiply and squaring code for 5.0.
He is the main author of the current mpn_mulmod_bnm1 and mpn_mullo_n. Marco
also wrote the functions mpn_invert and mpn_invertappr. He is the author of
-the current mpz_bin and mpz_fac functions.
+the current combinatorial functions: binomial, factorial, multifactorial,
+primorial.
David Harvey suggested the internal function @code{mpn_bdiv_dbm1}, implementing
division relevant to Toom multiplication. He also worked on fast assembly