[PHP-DOC] cvs: phpdoc /fr/functions math.xml From: Damien Seguy (dams <email protected>)
Date: 08/10/01

dams Fri Aug 10 09:19:43 2001 EDT

  Modified files:
    /phpdoc/fr/functions math.xml
  Log:
  Removed illegal chars
  
Index: phpdoc/fr/functions/math.xml
diff -u phpdoc/fr/functions/math.xml:1.13 phpdoc/fr/functions/math.xml:1.14
--- phpdoc/fr/functions/math.xml:1.13 Tue Aug 7 05:04:02 2001
+++ phpdoc/fr/functions/math.xml Fri Aug 10 09:19:43 2001
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
 <reference id="ref.math">
  <title>Math&eacute;matiques</title>
  <titleabbrev>Maths</titleabbrev>
@@ -1013,10 +1013,9 @@
     Si possible, <function>pow</function> retourne un <type>integer</type>.
    </para>
    <para>
- <para>
- Si le calcul ne peut tre fait, une alerte sera affichŽe et
- <function>pow</function> retournera &false;.
- </para>
+ Si le calcul ne peut &ecirc;tre fait, une alerte sera affich&eacute;e et
+ <function>pow</function> retournera &false;.
+ </para>
     <example>
      <title>Quelques exemples avec <function>pow</function></title>
      <programlisting role="php">
@@ -1035,13 +1034,12 @@
     <warning>
      <para>
       En PHP 4.0.6 plus ancien, <function>pow</function> retournait
- toujours un nombre ˆ virgule flottante (<type>float</type>),
+ toujours un nombre &agrave; virgule flottante (<type>float</type>),
       et n'affichait pas d'alerte. Si le calcul est impossible
       (racine d'un nombre n&eacute;gatif, par exemple),
       <function>pow</function> retournait <literal>NAN</literal>.
      </para>
     </warning>
- </para>
    <para>
     Voir aussi
     <function>exp</function>.