When testing the output of a variable of type double, with expected results = 48.66573405, I am getting an actual result = 48.6657.
Why is the expected result being rounded when the whole idea of using type double is to increase the precision of your calculations?
Thanks
FWD