diff --git a/reference/strings/functions/number-format.xml b/reference/strings/functions/number-format.xml index 581a80b1bf..aed7bf7d52 100644 --- a/reference/strings/functions/number-format.xml +++ b/reference/strings/functions/number-format.xml @@ -1,5 +1,5 @@ - + number_format @@ -21,11 +21,10 @@ stringthousands_sep - number_format returns a formatted version of - number. This function accepts either one, - two or four parameters (not three): + This function accepts either one, two, or four parameters (not three): - If only one parameter is given, + + If only one parameter is given, number will be formatted without decimals, but with a comma (",") between every group of thousands. @@ -44,6 +43,13 @@ + + &reftitle.returnvalues; + + A formatted version of number. + + + &reftitle.parameters;