RFR: 8075806: divideExact is missing in java.lang.Math

Brian Burkhalter bpb at openjdk.java.net
Wed Jul 14 20:02:15 UTC 2021


On Wed, 14 Jul 2021 16:45:20 GMT, Joe Darcy <darcy at openjdk.org> wrote:

> Are there examples in the JDK or its tests where a method with this definition would be used?

I have not identified any as yet. I did verify however that there are no uses in `open/src/**/*.java` of either `absExact()` or `negateExact()`, only their implementations in `[Strict]Math`.

-------------

PR: https://git.openjdk.java.net/jdk/pull/4770


More information about the core-libs-dev mailing list