diff options
author | Marco Bodrato <bodrato@mail.dm.unipi.it> | 2012-11-23 09:45:07 +0100 |
---|---|---|
committer | Marco Bodrato <bodrato@mail.dm.unipi.it> | 2012-11-23 09:45:07 +0100 |
commit | 0a5857f44f8844b294b5ab94c45465e668ea0d97 (patch) | |
tree | 63b8fcaad9667afa15c1148b0c858b241309e7d4 /doc | |
parent | 5a618fe32e530db564185ecf4d58992bb55ebcf4 (diff) | |
download | gmp-0a5857f44f8844b294b5ab94c45465e668ea0d97.tar.gz |
Update authors.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gmp.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/gmp.texi b/doc/gmp.texi index 0cc63f5ce..97aaf394c 100644 --- a/doc/gmp.texi +++ b/doc/gmp.texi @@ -10380,7 +10380,8 @@ multiplication. 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. +also wrote the functions mpn_invert and mpn_invertappr. He is the author of +the current mpz_bin and mpz_fac functions. David Harvey suggested the internal function @code{mpn_bdiv_dbm1}, implementing division relevant to Toom multiplication. He also worked on fast assembly |