Home
last modified time | relevance | path

Searched defs:nextAfter (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/lang/
DMath.java1052 public static double nextAfter(double start, double direction) { in nextAfter() method in Math
1063 public static float nextAfter(float start, double direction) { in nextAfter() method in Math
DStrictMath.java976 public static double nextAfter(double start, double direction) { in nextAfter() method in StrictMath
987 public static float nextAfter(float start, double direction) { in nextAfter() method in StrictMath