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

/frameworks/base/core/java/android/util/
H A DFloatMath.java130 public static float hypot(float x, float y) { method in class:FloatMath
131 return (float) Math.hypot(x, y);

Completed in 85 milliseconds