diff options
| author | Andrey Hristov <andrey@php.net> | 2005-05-02 09:17:49 +0000 |
|---|---|---|
| committer | Andrey Hristov <andrey@php.net> | 2005-05-02 09:17:49 +0000 |
| commit | fb0c19da1c0356327a111a15ecf2718877b36298 (patch) | |
| tree | 0bd5b70aa601293fc09aaf61ee86355353838345 /ext/standard/php_math.h | |
| parent | fe523b9a9b8ea3c7de165d496bd856e18132b03c (diff) | |
| download | php-git-fb0c19da1c0356327a111a15ecf2718877b36298.tar.gz | |
add math_std_dev()
Diffstat (limited to 'ext/standard/php_math.h')
| -rw-r--r-- | ext/standard/php_math.h | 1 |
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); |
