From 72553559625e91939221c10d21da6f6774d5509b Mon Sep 17 00:00:00 2001 From: James Moore Date: Thu, 31 Aug 2000 22:02:16 +0000 Subject: [PATCH] Changing notes about CVS constants to 4.0.2 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31653 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/math.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/functions/math.xml b/functions/math.xml index ec92c56926..92ab30b3d6 100644 --- a/functions/math.xml +++ b/functions/math.xml @@ -80,7 +80,7 @@ M_SQRTPI 1.77245385090551602729 - sqrt(pi) [CVS] + sqrt(pi) [4.0.2] M_2_SQRTPI @@ -95,7 +95,7 @@ M_SQRT3 1.73205080756887729352 - sqrt(3) [CVS] + sqrt(3) [4.0.2] M_SQRT1_2 @@ -105,19 +105,19 @@ M_LNPI 1.14472988584940017414 - log_e(pi) [CVS] + log_e(pi) [4.0.2] M_EULER 0.57721566490153286061 - Euler constant [CVS] + Euler constant [4.0.2] 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.