summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2011-01-03 18:38:39 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2011-01-03 18:38:39 +0100
commitcf8858453dd808b848936f9fc629146c12278bc3 (patch)
treed9eac01bcc67ffdbf3a86acf5de9caa40daa5d36 /doc
parentfce139423133265fd16d3cb9f8d3c943a7bd4e90 (diff)
downloadgmp-cf8858453dd808b848936f9fc629146c12278bc3.tar.gz
Typo
Diffstat (limited to 'doc')
-rw-r--r--doc/gmp.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/gmp.texi b/doc/gmp.texi
index ab073ca31..119e8efd8 100644
--- a/doc/gmp.texi
+++ b/doc/gmp.texi
@@ -15,7 +15,8 @@ This manual describes how to install and use the GNU multiple precision
arithmetic library, version @value{VERSION}.
Copyright 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document under
the terms of the GNU Free Documentation License, Version 1.3 or any later
@@ -8393,7 +8394,7 @@ single-limb elements. This is done by the function @code{mpn_hgcd2}. The
resulting matrix is applied to the inputs using @code{mpn_mul_1} and
@code{mpn_submul_1}. Each iteration usually reduces the inputs by almost one
limb. In the rare case of a large quotient, no progress can be made by
-examining just the most significant two limbs, and the quotient is computing
+examining just the most significant two limbs, and the quotient is computed
using plain division.
The resulting algorithm is asymptotically @math{O(N^2)}, just as the Euclidean