Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/lang/
DMath.java207 public static native double cbrt(double d); in cbrt() method in Math
DStrictMath.java214 public static native double cbrt(double d); in cbrt() method in StrictMath