summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2017-01-10 23:11:33 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2017-01-10 23:11:33 +0100
commit4e2c34c4416009f9145690d15229e200775add37 (patch)
tree1a687c3b864d875e81fd3b1034982c64afe37778 /doc
parente8d69bba1fd7fe9be4273f36c808527d31359ce6 (diff)
downloadgmp-4e2c34c4416009f9145690d15229e200775add37.tar.gz
doc/gmp.texi: -typos
Diffstat (limited to 'doc')
-rw-r--r--doc/gmp.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gmp.texi b/doc/gmp.texi
index ed9f48271..1fc7611a0 100644
--- a/doc/gmp.texi
+++ b/doc/gmp.texi
@@ -8249,11 +8249,11 @@ single operand. It can be virtual, i.e. zero, or real, when the two operand
are not exactly balanced. By choosing an even @math{r},
Toom-@m{r{1\over2},r+1/2} requires @math{2r} points, a multiple of four.
-The four-plets of points include 0, @m{\infty,inf}, +1, -1 and
+The quadruplets of points include 0, @m{\infty,inf}, +1, -1 and
@m{\pm2^i,+-2^i}, @m{\pm2^{-i},+-2^-i} . Each of them giving shortcuts for the
evaluation phase and for some steps in the interpolation phase. Further tricks
are used to reduce the memory footprint of the whole multiplication algorithm
-to a memory buffer equanl in size to the result of the product.
+to a memory buffer equal in size to the result of the product.
Current GMP uses both Toom-6'n'half and Toom-8'n'half.