Searched defs:sqrt (Results 1 – 8 of 8) sorted by relevance
48 #define sqrt jsqrt macro
85 @libcore.util.NonNull public BigInteger sqrt() { throw new RuntimeException("Stub!"); } in sqrt() method in BigInteger
56 public static native double sqrt(double a); in sqrt() method in StrictMath
57 public static native double sqrt(double a); in sqrt() method in Math
381 public static native double sqrt(double a); in sqrt() method in StrictMath
487 public static native double sqrt(double a); in sqrt() method in Math
2124 public BigDecimal sqrt(MathContext mc) { in sqrt() method in BigDecimal
2666 public BigInteger sqrt() { in sqrt() method