what's the rationale behind : `Double.NaN == Doubl...
# announcements
r
what's the rationale behind :
Double.NaN == Double.NaN
being false, while
Double.NaN.equals(Double.NaN)
being true ?