I'm surprised to see the result returned by Python interpreter (3.9.10).
In [5]: -0.0401 + 0.0032
Out[5]: -0.036899999999999995
Shouldn't the same math operation return −0.0369
?
I'm surprised to see the result returned by Python interpreter (3.9.10).
In [5]: -0.0401 + 0.0032
Out[5]: -0.036899999999999995
Shouldn't the same math operation return −0.0369
?