BoulderBum
Programmer
In other languages, you shouldn't use comparison operators with doubles to check for equality because of slight rounding errors.
Does .NET have a built-in way to test for the "equality" of doubles, or is the standard still to check for differences greater than a near zero number?
Does .NET have a built-in way to test for the "equality" of doubles, or is the standard still to check for differences greater than a near zero number?