There is nothing actionable here.
When dealing with numbers that small, and attempting to round, you start running into floating point rounding errors, which I have no control over.
If this is bothering you, I would recommend inflating your currency by a factor of 100 or 1000, so that you can deal with more sane rounding numbers that have less impactful rounding errors as a result of how computers handle floating point numbers.