public class NumberFormater
extends java.lang.Object
This class is used to format number. Number higher than 1000 have a maximum
of 2 decimal digits, number between 1 and 1000 have a maximum of 5 decimal
digits and number lower than 1 have a maximum of 10 decimal digits.