Well, you can always use strings and set the desired precision, e.g.
Code: Select all
DebugPrint(FormatStr("%.5g", 5001.72343 - 5001.1))
Well, you can always use strings and set the desired precision, e.g.
Code: Select all
DebugPrint(FormatStr("%.5g", 5001.72343 - 5001.1))