Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/lang/
DMath.java345 public static native double hypot(double x, double y); in hypot() method in Math
DStrictMath.java343 public static native double hypot(double x, double y); in hypot() method in StrictMath