summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--doc/mpc.texi4
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 11b879c..f703deb 100644
--- a/README
+++ b/README
@@ -1,3 +1,3 @@
mpc is a complex floating-point library with exact rounding.
-It is based on the mpfr floating-point library (http://www.mpfr.org/),
+It is based on the GNU MPFR floating-point library (http://www.mpfr.org/),
which is itself based on the GNU MP library (http://gmplib.org/).
diff --git a/doc/mpc.texi b/doc/mpc.texi
index 1291118..ddbfb82 100644
--- a/doc/mpc.texi
+++ b/doc/mpc.texi
@@ -164,7 +164,7 @@ License for more details.
MPC is a portable library written in C for arbitrary precision arithmetic
on complex numbers providing correct rounding. Ultimately, it
should implement a multiprecision equivalent of the C99 standard.
-It builds upon the GNU MP and the MPFR libraries.
+It builds upon the GNU MP and the GNU MPFR libraries.
@section How to use this Manual
@@ -180,7 +180,7 @@ probably a good idea to skim through it.
@cindex Installation
To build MPC, you first have to install GNU MP (version 4.2.2 or higher) and
-MPFR (version 2.3.1 or higher) on your computer. You need a C compiler,
+GNU MPFR (version 2.3.1 or higher) on your computer. You need a C compiler,
preferably GCC, but any reasonable compiler should work. And you need a
standard Unix @samp{make} program, plus some other standard Unix utility
programs.