On Tue, 23 Jan 2024 18:40:42 GMT, Justin Lu wrote:
> Please review this PR which clarifies some confusion for the digit getter and
> setter methods of DecimalFormat.
>
> When formatting non `BigInteger` and `BigDecimal` values, DecimalFormat uses
> 309/340 as hard limits for integer and fracti
On Tue, 23 Jan 2024 18:40:42 GMT, Justin Lu wrote:
> Please review this PR which clarifies some confusion for the digit getter and
> setter methods of DecimalFormat.
>
> When formatting non `BigInteger` and `BigDecimal` values, DecimalFormat uses
> 309/340 as hard limits for integer and fracti
Please review this PR which clarifies some confusion for the digit getter and
setter methods of DecimalFormat.
When formatting non `BigInteger` and `BigDecimal` values, DecimalFormat uses
309/340 as hard limits for integer and fraction digit limits, regardless of the
value set by the user. Ther