That can’t be assumed.
You can easily fall into a situation like:
total = large_float_value for _ in range(1_000_000_000): total += .01 assert total == large_float_value
That can’t be assumed.
You can easily fall into a situation like:
Without knowing the specific situation, it’s impossible to say whether that’s a tolerably small difference.