summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-05-06 16:56:01 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-05-06 16:56:01 +0000
commitd21218f978a76c6a2ae179c754e19d0507e2c03d (patch)
treecd2aa2f883ba38f40d5057ee943cb8ca3f705d93 /doc
parent8c2574056823ad889ba256ec266c100598fcc546 (diff)
downloadmpc-d21218f978a76c6a2ae179c754e19d0507e2c03d.tar.gz
mpc.texi: C standard is implemented!
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@999 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'doc')
-rw-r--r--doc/mpc.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mpc.texi b/doc/mpc.texi
index d3fe011..6ac7049 100644
--- a/doc/mpc.texi
+++ b/doc/mpc.texi
@@ -149,8 +149,8 @@ License for more details.
GNU 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.
+on complex numbers providing correct rounding. It implements a multiprecision
+equivalent of the C99 standard.
It builds upon the GNU MP and the GNU MPFR libraries.
@section How to use this Manual