The remainder is given by {@code this.subtract(this.divideToIntegralValue(divisor).multiply(divisor))}. Note that this is not the modulo operation (the result can be negative). @param divisor value by which this {@code BigDecimal} is to be divided. @return {@code this % divisor}. @throws ArithmeticException if {@code divisor==0} @since 1.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|