summaryrefslogtreecommitdiff
path: root/gmp-h.in
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2002-10-18 17:06:38 +0200
committertege <tege@gmplib.org>2002-10-18 17:06:38 +0200
commit086869ca2d06fac2db0421cd0998414d207d1737 (patch)
tree972be42c6f5de84ef2154d0425d866724453316b /gmp-h.in
parent681e8719643245934362ee036915d56e3e8b8b60 (diff)
downloadgmp-086869ca2d06fac2db0421cd0998414d207d1737.tar.gz
(mpz_rootrem): Add mpz_rootrem.
Diffstat (limited to 'gmp-h.in')
-rw-r--r--gmp-h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gmp-h.in b/gmp-h.in
index 46e62952e..88b3b5c9e 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -970,6 +970,9 @@ __GMP_DECLSPEC unsigned long int mpz_remove __GMP_PROTO ((mpz_ptr, mpz_srcptr, m
#define mpz_root __gmpz_root
__GMP_DECLSPEC int mpz_root __GMP_PROTO ((mpz_ptr, mpz_srcptr, unsigned long int));
+#define mpz_root __gmpz_rootrem
+__GMP_DECLSPEC int mpz_rootrem __GMP_PROTO ((mpz_ptr,mpz_ptr, mpz_srcptr, unsigned long int));
+
#define mpz_rrandomb __gmpz_rrandomb
__GMP_DECLSPEC void mpz_rrandomb __GMP_PROTO ((mpz_ptr, gmp_randstate_t, unsigned long int));