From 0b91b3d1d4797b31d48a769d09bdb6ad32cce42a Mon Sep 17 00:00:00 2001 From: Levi Morrison Date: Mon, 24 Feb 2014 17:00:11 +0000 Subject: [PATCH] Documented stats_standard_deviation. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332885 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../functions/stats-standard-deviation.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/reference/stats/functions/stats-standard-deviation.xml b/reference/stats/functions/stats-standard-deviation.xml index c571eae4f1..3d029de767 100644 --- a/reference/stats/functions/stats-standard-deviation.xml +++ b/reference/stats/functions/stats-standard-deviation.xml @@ -13,8 +13,6 @@ boolsamplefalse - &warn.undocumented.func; - &reftitle.parameters; @@ -24,6 +22,8 @@ a + The array of data to find the standard deviation for. Note that all + values of the array will be cast to float. @@ -31,6 +31,8 @@ sample + Indicates if a represents a sample of the + population; defaults to false. @@ -41,18 +43,17 @@ &reftitle.returnvalues; + Returns the standard deviation on success; false on failure. - &reftitle.errors; - When does this function throw E_* level errors, or exceptions? + Raises an E_WARNING when there are fewer than 2 values in + a. - - --> - +