mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8263726: divideToIntegralValue typo on BigDecimal documentation
Reviewed-by: bpb
This commit is contained in:
parent
cdf78e47c4
commit
24afa36d5c
1 changed files with 2 additions and 2 deletions
|
@ -2001,7 +2001,7 @@ public class BigDecimal extends Number implements Comparable<BigDecimal> {
|
|||
* @throws ArithmeticException if {@code divisor==0}
|
||||
* @throws ArithmeticException if the result is inexact but the
|
||||
* rounding mode is {@code UNNECESSARY}, or {@code mc.precision}
|
||||
* {@literal >} 0 and the result of {@code this.divideToIntgralValue(divisor)} would
|
||||
* {@literal >} 0 and the result of {@code this.divideToIntegralValue(divisor)} would
|
||||
* require a precision of more than {@code mc.precision} digits.
|
||||
* @see #divideToIntegralValue(java.math.BigDecimal, java.math.MathContext)
|
||||
* @since 1.5
|
||||
|
@ -2060,7 +2060,7 @@ public class BigDecimal extends Number implements Comparable<BigDecimal> {
|
|||
* @throws ArithmeticException if {@code divisor==0}
|
||||
* @throws ArithmeticException if the result is inexact but the
|
||||
* rounding mode is {@code UNNECESSARY}, or {@code mc.precision}
|
||||
* {@literal >} 0 and the result of {@code this.divideToIntgralValue(divisor)} would
|
||||
* {@literal >} 0 and the result of {@code this.divideToIntegralValue(divisor)} would
|
||||
* require a precision of more than {@code mc.precision} digits.
|
||||
* @see #divideToIntegralValue(java.math.BigDecimal, java.math.MathContext)
|
||||
* @see #remainder(java.math.BigDecimal, java.math.MathContext)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue