lo unnamed,
You're right - 500.4 - 500 = 0.3994996 (or so
)
But:
hint format ["%1",(((500.4 * 10) - (500 *10)) / 10)]
gave me a result of: 0.4
P.S: not sure wether multiplicating a number by a factor of 10
is enough in case of bigger numbers (or higher values behind the comma), but i'm pretty sure that the higher the factor gets,
the higher the accuracy of the result will be.
~S~ CD