summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2007-09-20 08:07:34 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2007-09-20 08:07:34 +0000
commit26dc808ac740034ae321f284752238b3a6435e68 (patch)
tree4962382e20170e1563249b43d61420235d204125
parent10104f69284fb6472634c2889d63525ef2875ad8 (diff)
downloadmpc-26dc808ac740034ae321f284752238b3a6435e68.tar.gz
some corrections before the 0.4.6 release
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@61 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-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