diff options
author | Andrey Hristov <andrey@php.net> | 2005-05-13 10:11:19 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2005-05-13 10:11:19 +0000 |
commit | 0e459321bf5e0166c82f20d70a5886f7c81aa099 (patch) | |
tree | 60a4235bde42371ef7ed0c941f056867e942b2fc /ext/standard/php_math.h | |
parent | 66a821a7633b3ab87c287be0f5c6994f03eb30e5 (diff) | |
download | php-git-0e459321bf5e0166c82f20d70a5886f7c81aa099.tar.gz |
move math_standard_deviation and math_variance to the stats PECL extension
Diffstat (limited to 'ext/standard/php_math.h')
-rw-r--r-- | ext/standard/php_math.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/php_math.h b/ext/standard/php_math.h index 70c30a8a68..adbc9f8cdf 100644 --- a/ext/standard/php_math.h +++ b/ext/standard/php_math.h @@ -59,8 +59,6 @@ PHP_FUNCTION(octdec); PHP_FUNCTION(base_convert); PHP_FUNCTION(number_format); PHP_FUNCTION(fmod); -PHP_FUNCTION(math_standard_deviation); -PHP_FUNCTION(math_variance); PHP_FUNCTION(deg2rad); PHP_FUNCTION(rad2deg); |