vrana Fri Mar 23 15:13:40 2007 UTC
Modified files: /phpdoc/en/reference/math/functions pow.xml Log: Negative bases are OK, negative exps not (bug #40729) http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/math/functions/pow.xml?r1=1.7&r2=1.8&diff_format=u Index: phpdoc/en/reference/math/functions/pow.xml diff -u phpdoc/en/reference/math/functions/pow.xml:1.7 phpdoc/en/reference/math/functions/pow.xml:1.8 --- phpdoc/en/reference/math/functions/pow.xml:1.7 Wed Mar 10 14:39:13 2004 +++ phpdoc/en/reference/math/functions/pow.xml Fri Mar 23 15:13:40 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.7 $ --> +<!-- $Revision: 1.8 $ --> <!-- splitted from ./en/functions/math.xml, last change in rev 1.2 --> <refentry id="function.pow"> <refnamediv> @@ -25,7 +25,7 @@ </para> <note> <para> - PHP cannot handle negative <parameter>base</parameter>s. + PHP cannot handle negative <parameter>exp</parameter>s. </para> </note> <example>