Jsr13 adds a number of exact conversion methods which throw exceptions if any numerical information is last; e.g. fractional digits. However, the currently phrasing is something like:
"An exception is thrown if the decimal part (if any) is non-zero."
This should be replaced with wording like
"An exception is thrown if the fractional part (if any) is nonzero."
"An exception is thrown if the decimal part (if any) is non-zero."
This should be replaced with wording like
"An exception is thrown if the fractional part (if any) is nonzero."
- relates to
-
JDK-4609098 Add Decimal Arithmetic Enhancements into J2SE (JSR-013)
- Closed
-
JDK-4851776 Allow control of precision and rounding of BigDecimal arithmetic operations
- Resolved