Hello. In the "MathUtils" class, "equals" methods consider that a NaN is equal to a NaN. It seems that the orthodox view is that such a comparison should return "false". Is there a rationale behind the current behaviour (e.g. it is admittedly more efficient to not call "Double.isNaN")? Or can I make the changes in order to comply to IEEE?
Best, Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org