Searched refs:leftOperand (Results 1 – 1 of 1) sorted by relevance
892 BigDecimal leftOperand; // it will be only the left operand (this) in subtract() local913 leftOperand = new BigDecimal(tempBI, this.scale + 1); in subtract()914 return leftOperand.round(mc); in subtract()