Date: 08/10/01
- Next message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /fr/appendices migration.xml"
- Previous message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /fr/chapters install.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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é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 affiche et
- <function>pow</function> retournera &false;.
- </para>
+ Si le calcul ne peut être fait, une alerte sera affiché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 à virgule flottante (<type>float</type>),
et n'affichait pas d'alerte. Si le calcul est impossible
(racine d'un nombre négatif, par exemple),
<function>pow</function> retournait <literal>NAN</literal>.
</para>
</warning>
- </para>
<para>
Voir aussi
<function>exp</function>.
- Next message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /fr/appendices migration.xml"
- Previous message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /fr/chapters install.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

