Searched refs:subtraction (Results 1 – 2 of 2) sorted by relevance
262 static BigInt subtraction(BigInt a, BigInt b) { in subtraction() method in BigInt
439 return new BigInteger(BigInt.subtraction(lhs, rhs)); in subtract()