diff --git a/reference/gmp/functions/gmp-gcdext.xml b/reference/gmp/functions/gmp-gcdext.xml index 40387e37fa..2f653a9662 100644 --- a/reference/gmp/functions/gmp-gcdext.xml +++ b/reference/gmp/functions/gmp-gcdext.xml @@ -1,5 +1,5 @@ - + @@ -21,10 +21,7 @@ This function can be used to solve linear Diophantine equations in two variables. These are equations that allow only integer solutions and have the form: - - a*x + b*y = c - - + a*x + b*y = c. For more information, go to the "Diophantine Equation" page at MathWorld