A DESCRIPTION OF THE PROBLEM :
In the Java 11 official BigDecimal documentation, as well as previous/higher versions of the same document, the typo divideToIntgralValue (i.e. should be divideToIntegralValue) is to be found on several lines throughout this doc.
In the Java 11 official BigDecimal documentation, as well as previous/higher versions of the same document, the typo divideToIntgralValue (i.e. should be divideToIntegralValue) is to be found on several lines throughout this doc.
- relates to
-
JDK-4904082 Semantics of divideInteger and remainder methods should be updated and clarified
- Resolved