Searched refs:thousands_sep (Results 1 – 2 of 2) sorted by relevance
/plugin/structprogress/types/ |
H A D | Progress.php | 102 * @param string $thousands_sep 105 protected function formatWithoutRounding($number, $dec_point, $thousands_sep) argument 110 $out = number_format(abs(floatval($tmp[0])), 0, $dec_point, $thousands_sep);
|
/plugin/struct/types/ |
H A D | Decimal.php | 126 * @param string $thousands_sep 129 protected function formatWithoutRounding($number, $dec_point, $thousands_sep) argument 134 $out = number_format(abs((float) $tmp[0]), 0, $dec_point, $thousands_sep);
|