diff options
author | Andrey Hristov <andrey@php.net> | 2005-05-10 12:50:53 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2005-05-10 12:50:53 +0000 |
commit | f12b14078e48d4385e75c2bb63bd6a60d367eba0 (patch) | |
tree | 050998bbefe26ae8541c23d1e8be507509dc9d8a /ext/standard/php_math.h | |
parent | 924b4c016df24937be1259c76d3bfa47aae76149 (diff) | |
download | php-git-f12b14078e48d4385e75c2bb63bd6a60d367eba0.tar.gz |
rename math_std_dev to math_standard_deviation (the API wasn't published
yet)
Diffstat (limited to 'ext/standard/php_math.h')
-rw-r--r-- | ext/standard/php_math.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_math.h b/ext/standard/php_math.h index 385f34b142..70c30a8a68 100644 --- a/ext/standard/php_math.h +++ b/ext/standard/php_math.h @@ -59,7 +59,7 @@ PHP_FUNCTION(octdec); PHP_FUNCTION(base_convert); PHP_FUNCTION(number_format); PHP_FUNCTION(fmod); -PHP_FUNCTION(math_std_dev); +PHP_FUNCTION(math_standard_deviation); PHP_FUNCTION(math_variance); PHP_FUNCTION(deg2rad); PHP_FUNCTION(rad2deg); |