summaryrefslogtreecommitdiff
path: root/ext/standard/php_math.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2005-05-02 12:12:04 +0000
committerAndrey Hristov <andrey@php.net>2005-05-02 12:12:04 +0000
commit7a4eb25870e48661e1b356b71cac3297550a1758 (patch)
tree84b53f3f850abf7715106cb33356ff0d23ea9918 /ext/standard/php_math.h
parent6141c5690d251480852e185ed00f231e433cfef4 (diff)
downloadphp-git-7a4eb25870e48661e1b356b71cac3297550a1758.tar.gz
add also math_variance() which uses the same calculation as math_std_dev()
Diffstat (limited to 'ext/standard/php_math.h')
-rw-r--r--ext/standard/php_math.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_math.h b/ext/standard/php_math.h
index 33efb0b9b2..385f34b142 100644
--- a/ext/standard/php_math.h
+++ b/ext/standard/php_math.h
@@ -60,6 +60,7 @@ PHP_FUNCTION(base_convert);
PHP_FUNCTION(number_format);
PHP_FUNCTION(fmod);
PHP_FUNCTION(math_std_dev);
+PHP_FUNCTION(math_variance);
PHP_FUNCTION(deg2rad);
PHP_FUNCTION(rad2deg);