summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL4
-rw-r--r--mpc.texi2
2 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index a1c6aba..d601a14 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,9 +1,9 @@
Installing MPC
==============
-0. You first need to install GMP and MPFR. See <http://www.swox.com/gmp/>
+0. You first need to install GMP and MPFR. See <http://gmplib.org/>
and <http://www.mpfr.org>.
- MPC requires GMP version 4.1 or later and MPFR version 2.2.0 or later.
+ MPC requires GMP version 4.2.2 or later and MPFR version 2.3.0 or later.
1. In the MPC build directory, type
diff --git a/mpc.texi b/mpc.texi
index 8e7f42c..1dba535 100644
--- a/mpc.texi
+++ b/mpc.texi
@@ -517,7 +517,7 @@ If the real and imaginary part of @var{x} have the same precision, it is returne
otherwise, 0 is returned.
@end deftypefun
-@deftypefun mp_prec_t mpc_get_prec2 (mp_prec_t* @var{pr}, mp_prec_t* @var{pi}, mpc_t @var{x})
+@deftypefun void mpc_get_prec2 (mp_prec_t* @var{pr}, mp_prec_t* @var{pi}, mpc_t @var{x})
Returns the precision of the real part of @var{x} via @var{pr} and of its imaginary part
via @var{pi}.
@end deftypefun