In Delphi 5 i have Strange problem when sum two values of type double and one positive and the other negative same values .
for Example
dbv = 50071763.721
crv = -50071763.721
the result should 0 when sum two values but i got result some thing like 0.0000000074505805969
i did the sum in excel i got 0 result .
Try to round the result for example