Currently, BigDecimal(String) requires the exponent part to lie in the int range.

This CSR [1] removes this limitation, as it otherwise precludes constructing an instance from a string generated by BigDecimal.toString().


Greetings
Raffaello

----

[1] https://bugs.openjdk.java.net/browse/JDK-8287376

Reply via email to