The inverse of parseAmount: a scaled integer back to a canonical decimal string with no trailing zeros.
formatScaled(15000000000n) // '1.5' Copy
formatScaled(15000000000n) // '1.5'
The inverse of parseAmount: a scaled integer back to a canonical decimal string with no trailing zeros.