nlopess         Sun Feb 22 15:14:33 2004 EDT

  Modified files:              
    /phpdoc/en/reference/math/functions pow.xml 
  Log:
  fix #25751
  added bcpow and gmp_pow to see also
  
http://cvs.php.net/diff.php/phpdoc/en/reference/math/functions/pow.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/math/functions/pow.xml
diff -u phpdoc/en/reference/math/functions/pow.xml:1.4 
phpdoc/en/reference/math/functions/pow.xml:1.5
--- phpdoc/en/reference/math/functions/pow.xml:1.4      Thu Dec 18 12:45:17 2003
+++ phpdoc/en/reference/math/functions/pow.xml  Sun Feb 22 15:14:33 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
   <refentry id="function.pow">
    <refnamediv>
@@ -20,8 +20,14 @@
     </para>
     <para>
      If the power cannot be computed, a warning will be issued,
-     and <function>pow</function> will return &false;.
+     and <function>pow</function> will return &false;. Since PHP 4.2.0
+     <function>pow</function> doesn't not issue any warning.
     </para>
+    <note>
+     <para>
+      PHP cannot handle negative <parameter>base</parameter>s.
+     </para>
+    </note>
     <example>
      <title>Some examples of <function>pow</function></title>
      <programlisting role="php">
@@ -45,7 +51,8 @@
      </para>
     </warning>
     <para> 
-     See also <function>exp</function> and <function>sqrt</function>.
+     See also <function>exp</function>, <function>sqrt</function>,
+     <function>bcpow</function> and <function>gmp_pow</function>,
     </para>
    </refsect1>
   </refentry>

Reply via email to