andrey          Sat May  7 08:41:57 2005 EDT

  Modified files:              
    /php-src/ext/standard       math.c 
  Log:
  update protos
  
  
http://cvs.php.net/diff.php/php-src/ext/standard/math.c?r1=1.125&r2=1.126&ty=u
Index: php-src/ext/standard/math.c
diff -u php-src/ext/standard/math.c:1.125 php-src/ext/standard/math.c:1.126
--- php-src/ext/standard/math.c:1.125   Thu May  5 19:42:03 2005
+++ php-src/ext/standard/math.c Sat May  7 08:41:56 2005
@@ -19,7 +19,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: math.c,v 1.125 2005/05/05 23:42:03 sniper Exp $ */
+/* $Id: math.c,v 1.126 2005/05/07 12:41:56 andrey Exp $ */
 
 #include "php.h"
 #include "php_math.h"
@@ -1214,7 +1214,7 @@
        return (vr / elements_num);
 }
 
-/* {{{ proto float math_variance(array a)
+/* {{{ proto float math_variance(array a[, bool sample = false])
    Returns the population variance */
 PHP_FUNCTION(math_variance)
 {
@@ -1237,7 +1237,7 @@
 /* }}} */
 
 
-/* {{{ proto float math_std_dev(array a)
+/* {{{ proto float math_std_dev(array a[, bool sample = false])
    Returns the standard deviation */
 PHP_FUNCTION(math_std_dev)
 {

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to