[PHP-DOC] cvs: phpdoc /en/functions math.xml From: James Moore (James <email protected>)
Date: 08/31/00

jmoore Thu Aug 31 15:02:16 2000 EDT

  Modified files:
    /phpdoc/en/functions math.xml
  Log:
  Changing notes about CVS constants to 4.0.2
  
Index: phpdoc/en/functions/math.xml
diff -u phpdoc/en/functions/math.xml:1.13 phpdoc/en/functions/math.xml:1.14
--- phpdoc/en/functions/math.xml:1.13 Sat Aug 26 00:26:25 2000
+++ phpdoc/en/functions/math.xml Thu Aug 31 15:02:16 2000
@@ -80,7 +80,7 @@
         <row>
          <entry>M_SQRTPI</entry>
          <entry>1.77245385090551602729</entry>
- <entry>sqrt(pi) [CVS]</entry>
+ <entry>sqrt(pi) [4.0.2]</entry>
         </row>
         <row>
          <entry>M_2_SQRTPI</entry>
@@ -95,7 +95,7 @@
         <row>
          <entry>M_SQRT3</entry>
          <entry>1.73205080756887729352</entry>
- <entry>sqrt(3) [CVS]</entry>
+ <entry>sqrt(3) [4.0.2]</entry>
         </row>
         <row>
          <entry>M_SQRT1_2</entry>
@@ -105,19 +105,19 @@
         <row>
          <entry>M_LNPI</entry>
          <entry>1.14472988584940017414</entry>
- <entry>log_e(pi) [CVS]</entry>
+ <entry>log_e(pi) [4.0.2]</entry>
         </row>
         <row>
          <entry>M_EULER</entry>
          <entry>0.57721566490153286061</entry>
- <entry>Euler constant [CVS]</entry>
+ <entry>Euler constant [4.0.2]</entry>
         </row>
         </tbody>
        </tgroup>
       </table>
      Only M_PI is available in PHP versions up to and including PHP4RC1.
      All other constants are available starting with PHP4.0. Constants
- labelled [CVS] only available in the CVS code for PHP4.
+ labelled [4.0.2] were added in PHP 4.0.2.
      </para>
     </sect2>
    </sect1>