summaryrefslogtreecommitdiff
path: root/mpz
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-11-17 22:46:09 +0100
committerTorbjorn Granlund <tege@gmplib.org>2012-11-17 22:46:09 +0100
commitbc74d4f91d1a5f20f680aee4e15b70faeabbde5b (patch)
tree7f14b7608911c02443270af335d679fd986ca96a /mpz
parent755b6aa6dcdbbca3f87398b54e1dd81ba097c30a (diff)
downloadgmp-bc74d4f91d1a5f20f680aee4e15b70faeabbde5b.tar.gz
Whitespace cleanup.
Diffstat (limited to 'mpz')
-rw-r--r--mpz/bin_uiui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpz/bin_uiui.c b/mpz/bin_uiui.c
index a0b988fd5..d86fb298e 100644
--- a/mpz/bin_uiui.c
+++ b/mpz/bin_uiui.c
@@ -375,7 +375,7 @@ bc_bin_uiui (unsigned int n, unsigned int k)
(with inverses).
*/
-/* bin2kk[i - ODD_CENTRAL_BINOMIAL_OFFSET] =
+/* bin2kk[i - ODD_CENTRAL_BINOMIAL_OFFSET] =
binomial(i*2,i)/2^t (where t is chosen so that it is odd). */
static const mp_limb_t bin2kk[] = { ONE_LIMB_ODD_CENTRAL_BINOMIAL_TABLE };