Home | History | Annotate | Download | only in misc

Lines Matching defs:nextUp

671      * Double.POSITIVE_INFINITY)}; however, a {@code nextUp}
691 * @deprecated use Math.nextUp.
694 public static double nextUp(double d) {
695 return Math.nextUp(d);
702 * Double.POSITIVE_INFINITY)}; however, a {@code nextUp}
722 * @deprecated Use Math.nextUp.
725 public static float nextUp(float f) {
726 return Math.nextUp(f);