vrana Fri Dec 12 08:50:43 2003 EDT
Modified files:
/phpdoc/en/reference/gmp/functions gmp-gcdext.xml
Log:
Missing equation image
Index: phpdoc/en/reference/gmp/functions/gmp-gcdext.xml
diff -u phpdoc/en/reference/gmp/functions/gmp-gcdext.xml:1.4
phpdoc/en/reference/gmp/functions/gmp-gcdext.xml:1.5
--- phpdoc/en/reference/gmp/functions/gmp-gcdext.xml:1.4 Wed Jul 16 13:12:33
2003
+++ phpdoc/en/reference/gmp/functions/gmp-gcdext.xml Fri Dec 12 08:50:43 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/gmp.xml, last change in rev 1.1 -->
<refentry id="function.gmp-gcdext">
<refnamediv>
@@ -21,10 +21,7 @@
<para>
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:
- <informalequation>
- <alt>a*x + b*y = c</alt>
- <graphic fileref="images/diophantine-equation.png"/>
- </informalequation>
+ <literal>a*x + b*y = c</literal>.
For more information, go to the <ulink
url="&url.diophantine-equation;">"Diophantine
Equation" page at MathWorld</ulink>
</para>