Missing equation image

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146318 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2003-12-12 13:50:43 +00:00
parent 21a1023989
commit b4aa07cd65

View file

@ -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>