summaryrefslogtreecommitdiff
path: root/ext/standard/php_math.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2005-05-02 09:17:49 +0000
committerAndrey Hristov <andrey@php.net>2005-05-02 09:17:49 +0000
commitfb0c19da1c0356327a111a15ecf2718877b36298 (patch)
tree0bd5b70aa601293fc09aaf61ee86355353838345 /ext/standard/php_math.h
parentfe523b9a9b8ea3c7de165d496bd856e18132b03c (diff)
downloadphp-git-fb0c19da1c0356327a111a15ecf2718877b36298.tar.gz
add 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 adbc9f8cdf..33efb0b9b2 100644
--- a/ext/standard/php_math.h
+++ b/ext/standard/php_math.h
@@ -59,6 +59,7 @@ PHP_FUNCTION(octdec);
PHP_FUNCTION(base_convert);
PHP_FUNCTION(number_format);
PHP_FUNCTION(fmod);
+PHP_FUNCTION(math_std_dev);
PHP_FUNCTION(deg2rad);
PHP_FUNCTION(rad2deg);