summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2005-10-21 12:22:46 +0000
committerzimmerma <zimmerma@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2005-10-21 12:22:46 +0000
commit553c0f8f60dc1e04246a8b289416001a0fe92d87 (patch)
treee8636624c27b4dbdaf6887f456b86f22b318fc03
parent479c8a256fb8e7d13a4c9abd1039c6259ca988c3 (diff)
downloadmpc-553c0f8f60dc1e04246a8b289416001a0fe92d87.tar.gz
fixed typo
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@41 211d60ee-9f03-0410-a15a-8952a2c7a4e4
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 26ae62b..f18c29f 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
mpc is a complex floating-point library with exact rounding.
It is based on the mpfr floating-point library (www.mpfr.org),
-which is itself based on the GNU MP library (www.swox.se/gmp).
+which is itself based on the GNU MP library (www.swox.se/gmp/).
A complex number is represented in cartesian coordinates by its real
and imaginary parts, as described in: