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