Home | History | Annotate | Download | only in lang

Lines Matching defs:nextUp

1531      * Double.POSITIVE_INFINITY)}; however, a {@code nextUp}
1552 public static double nextUp(double d) {
1553 return Math.nextUp(d);
1560 * Float.POSITIVE_INFINITY)}; however, a {@code nextUp}
1581 public static float nextUp(float f) {
1582 return Math.nextUp(f);