From 26dc808ac740034ae321f284752238b3a6435e68 Mon Sep 17 00:00:00 2001 From: enge Date: Thu, 20 Sep 2007 08:07:34 +0000 Subject: 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 --- INSTALL | 4 ++-- mpc.texi | 2 +- 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 +0. You first need to install GMP and MPFR. See and . - 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 -- cgit v1.2.1