The effect of this method is identical to that of the {@link #plus(MathContext)} method. @param mc the context to use. @return a {@code BigDecimal} rounded according to the {@code MathContext} settings. @throws ArithmeticException if the rounding mode is{@code UNNECESSARY} and the{@code BigDecimal} operation would require rounding. @see #plus(MathContext) @since 1.5
|
|
|
|