| Hannes Magnusson 2006-08-27, 6:57 pm |
| bjori Sun Aug 27 19:29:26 2006 UTC
Modified files:
/phpdoc/en/reference/math constants.xml
Log:
These constants werent really added in 4.0.2, will however be in 5.2.0
http://cvs.php.net/viewvc.cgi/phpdo...3&diff_format=u
Index: phpdoc/en/reference/math/constants.xml
diff -u phpdoc/en/reference/math/constants.xml:1.2 phpdoc/en/reference/math/constants.xml:1.3
--- phpdoc/en/reference/math/constants.xml:1.2 Thu Dec 18 14:14:19 2003
+++ phpdoc/en/reference/math/constants.xml Sun Aug 27 19:29:26 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<section id="math.constants">
&reftitle.constants;
&extension.constants.core;
@@ -68,7 +68,7 @@
<row>
<entry>M_SQRTPI</entry>
<entry>1.77245385090551602729</entry>
- <entry>sqrt(pi) [4.0.2]</entry>
+ <entry>sqrt(pi) [5.2.0]</entry>
</row>
<row>
<entry>M_2_SQRTPI</entry>
@@ -83,7 +83,7 @@
<row>
<entry>M_SQRT3</entry>
<entry>1.73205080756887729352</entry>
- <entry>sqrt(3) [4.0.2]</entry>
+ <entry>sqrt(3) [5.2.0]</entry>
</row>
<row>
<entry>M_SQRT1_2</entry>
@@ -93,19 +93,19 @@
<row>
<entry>M_LNPI</entry>
<entry>1.14472988584940017414</entry>
- <entry>log_e(pi) [4.0.2]</entry>
+ <entry>log_e(pi) [5.2.0]</entry>
</row>
<row>
<entry>M_EULER</entry>
<entry>0.57721566490153286061</entry>
- <entry>Euler constant [4.0.2]</entry>
+ <entry>Euler constant [5.2.0]</entry>
</row>
</tbody>
</tgroup>
</table>
Only M_PI is available in PHP versions up to and including PHP 4.0.0.
All other constants are available starting with PHP 4.0.0. Constants
- labeled [4.0.2] were added in PHP 4.0.2.
+ labeled [5.2.0] were added in PHP 5.2.0.
</para>
</section>
|