Why aren't the comparison methods in java (since 1.4) good enough? http://download.oracle.com/javase/1.4.2/docs/api/java/lang/Double.html#compare(double, double)
http://download.oracle.com/javase/1.4.2/docs/api/java/lang/Float.html#compare(float, float) On Wed, Jan 12, 2011 at 3:15 AM, sebb <seb...@gmail.com> wrote: > Would it be useful to add an equals method for float/double? >