JDK 24 |
---|
24 b16Fixed |
Relates :
|
The current implementation of Math.scalb(double) contains a loop that performs a repeated multiplication, with factors 0x1p512 or 0x1p-512. There's no real need for the loop, and the factors can be much bigger/smaller.
|