Home | History | Annotate | Download | only in lang

Lines Matching defs:NaN

58      * Constant for the Not-a-Number (NaN) value of the {@code double} type.
60 public static final double NaN = 0.0 / 0.0;
143 * <li>{@code Double.NaN} is equal to {@code Double.NaN} and it is greater
171 * {@code value}. All <em>Not-a-Number (NaN)</em> values are converted to a single NaN
179 * {@code value}. <em>Not-a-Number (NaN)</em> values are preserved (compare
200 * unequal, and {@code NaN}s compare equal by this method.
252 * Indicates whether this object is a <em>Not-a-Number (NaN)</em> value.
262 * Indicates whether the specified double is a <em>Not-a-Number (NaN)</em>
338 * <li>{@code Double.NaN} is equal to {@code Double.NaN} and it is greater
352 // Non-zero, non-NaN checking.
406 return "NaN";