Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/sdk/nullability/java/math/
DBigInteger.annotated.java87 …@libcore.util.NonNull public BigInteger[] sqrtAndRemainder() { throw new RuntimeException("Stub!")… in sqrtAndRemainder() method in BigInteger
/libcore/ojluni/src/main/java/java/math/
DBigInteger.java2689 public BigInteger[] sqrtAndRemainder() { in sqrtAndRemainder() method