-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P5
-
None
-
Affects Version/s: None
-
Component/s: core-libs
The significand normalization in BigDecimal(double, MathContext) constructor ensures the least significant bit is 1. It uses a loop that can be optimized with the use of Long.numberOfTrailingZeros instead.
- links to