Home
last modified time | relevance | path

Searched refs:sqrtAndRemainder (Results 1 – 4 of 4) 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/test/java/math/BigInteger/
DBigIntegerTest.java326 BigInteger[] actual = n2.sqrtAndRemainder(); in squareRootAndRemainder()
332 actual = n2up.sqrtAndRemainder(); in squareRootAndRemainder()
338 actual = up.sqrtAndRemainder(); in squareRootAndRemainder()
/libcore/ojluni/src/main/java/java/math/
DBigInteger.java2689 public BigInteger[] sqrtAndRemainder() { in sqrtAndRemainder() method
/libcore/api/
Dcurrent.txt5374 method @NonNull public java.math.BigInteger[] sqrtAndRemainder();