From 8cd3409b300b552b0c7cf40b9772679d41e9cb0b Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Sat, 7 May 2005 12:41:56 +0000 Subject: [PATCH] update protos --- ext/standard/math.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/standard/math.c b/ext/standard/math.c index 7736bf07a7..56334a5b84 100644 --- a/ext/standard/math.c +++ b/ext/standard/math.c @@ -1214,7 +1214,7 @@ static long double php_population_variance(zval *arr, zend_bool sample) 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 @@ PHP_FUNCTION(math_variance) /* }}} */ -/* {{{ 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) { -- 2.40.0