BALANCE_PRECISION defines a count of digits after decimal point in the displayed balance value.
Let's assume that balance is 123.456
If BALANCE_PRECISION is 2, then the balance will be displayed as 123.46
If BALANCE_PRECISION is 0, then the balance will be displayed as 123
Example:
!define BALANCE_PRECISION 2
See also BALANCE_FORMAT