-
Enhancement
-
Resolution: Fixed
-
P4
-
5.0
-
tiger
-
generic
-
generic
To avoid compatibilty concerns the jat had with jsr13 changing the representation of numbers returned by movePointLeft and movePointRight, those method's semantics remain (mostly) unchanged. However, the functionality of those methods (when possible, changing the scale without changing the integer portion) is still needed. A single scaleByPowerOf10 method can meet those needs; if would be behave similarly to movePointLeft. (movePoint{Left, Right} both accept negative arguments which move the point in the direction opposite to the method name.)
- relates to
-
JDK-4851776 Allow control of precision and rounding of BigDecimal arithmetic operations
- Resolved
-
JDK-4609098 Add Decimal Arithmetic Enhancements into J2SE (JSR-013)
- Closed