Re: RFR: 8339934: Simplify Math.scalb(double) method [v3]

2024-09-16 Thread Joe Darcy
On Fri, 13 Sep 2024 19:33:51 GMT, Raffaello Giulietti wrote: >> `Math.scalb(double)` can be simplified, removing a loop and using >> larger/smaller factors. > > Raffaello Giulietti has updated the pull request incrementally with one > additional commit since the last revision: > > Introduce

Re: RFR: 8339934: Simplify Math.scalb(double) method [v3]

2024-09-13 Thread Raffaello Giulietti
> `Math.scalb(double)` can be simplified, removing a loop and using > larger/smaller factors. Raffaello Giulietti has updated the pull request incrementally with one additional commit since the last revision: Introduce primPowerOfTwoD and make use of it. - Changes: - all: http