Divides a number by a given exponent of base 10 (10exponent), and formats it into a string representation of the number.
The number to format.
The number of decimals to divide the number by.
The formatted number.
Divides a number by a given exponent of base 10 (10exponent), and formats it into a string representation of the number.