On Wed, 11 Sep 2024 12:45:50 GMT, Raffaello Giulietti <rgiulie...@openjdk.org> wrote:
> `Math.scalb(double)` can be simplified, removing a loop and using > larger/smaller factors. This pull request has now been integrated. Changeset: 28d009ce Author: Raffaello Giulietti <rgiulie...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/28d009ce0ecd4369351de859c491831b7f7bbb28 Stats: 65 lines in 1 file changed: 11 ins; 35 del; 19 mod 8339934: Simplify Math.scalb(double) method Reviewed-by: darcy ------------- PR: https://git.openjdk.org/jdk/pull/20948