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

/libcore/luni/src/main/java/java/math/
H A DBigInt.java22 * Moreover BigInt objects are mutable and offer efficient in-place-operations.
24 final class BigInt { class
55 private static BigInt newBigInt() {
56 BigInt bi = new BigInt();
62 static int cmp(BigInt a, BigInt b) {
67 void putCopy(BigInt from) {
72 BigInt copy() {
73 BigInt b
[all...]

Completed in 45 milliseconds