Integrated: 8339934: Simplify Math.scalb(double) method

Raffaello Giulietti rgiulietti at openjdk.org
Tue Sep 17 17:14:12 UTC 2024


On Wed, 11 Sep 2024 12:45:50 GMT, Raffaello Giulietti <rgiulietti at 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 <rgiulietti at 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


More information about the core-libs-dev mailing list