Searched defs:isNaN (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/util/
H A DRational.java160 public boolean isNaN() { method in class:Rational
262 if (isNaN()) {
388 } else if (isNaN()) {
422 } else if (isNaN()) {
471 } else if (isNaN()) { // NaN is greater than the other non-NaN value
473 } else if (another.isNaN()) { // the other NaN is greater than this non-NaN value

Completed in 1295 milliseconds