Format number

The Format number module provides a method to configure number formats (site default and user defined) with configurable decimal point and thousand separators.
The function format_number($number, $decimals = 0) can be used by other contributed or custom modules to display numbers accordingly.
You should not install this module unless it is required by another module.
External references:
- PHP manual: number_format().
- Wikipedia: Decimal separator.