float x = Float.NaN Float X = new Float(x) System.out.println(x == x) // false System.out.println(X.equals(X)) // true
No comments:
Post a Comment