You are here

constant FORMAT_NUMBER_MAX_PRECISION in Format Number API 6

Same name and namespace in other branches
  1. 7 format_number.module \FORMAT_NUMBER_MAX_PRECISION

Maximum allowed decimal digits.

1 use of FORMAT_NUMBER_MAX_PRECISION
format_number in ./format_number.module
Format a number with (site default or user defined) thousands separator and decimal point.

File

./format_number.module, line 14
This module provides a method to configure number formats (site default and user defined) with configurable decimal point and thousand separators. It also exposes several functions that can be used by other contributed or custom modules to display…

Code

define('FORMAT_NUMBER_MAX_PRECISION', 8);