dams            Mon May 21 03:47:44 2001 EDT

  Modified files:              
    /phpdoc/en/functions        math.xml 
  Log:
  Added details to pow from PHP-note.
  
Index: phpdoc/en/functions/math.xml
diff -u phpdoc/en/functions/math.xml:1.27 phpdoc/en/functions/math.xml:1.28
--- phpdoc/en/functions/math.xml:1.27   Wed May 16 11:33:21 2001
+++ phpdoc/en/functions/math.xml        Mon May 21 03:47:43 2001
@@ -923,7 +923,9 @@
      </funcprototype>
     </funcsynopsis>
     <para>
-     Returns base raised to the power of exp.
+     Returns <parameter>base</parameter> raised to the power of 
+     <parameter>exp</parameter>. If this can't be computed, 
+     <function>exp</function> will return <literal>NAN</literal>.
     </para>
     <para> 
      See also <function>exp</function>.


Reply via email to