On Tue, 13 Jul 2021 17:21:52 GMT, Brian Burkhalter <b...@openjdk.org> wrote:
> Please consider this proposal to add `divideExact()` methods for integral > data types to `java.lang.Math` thereby rounding out "exact" support to all > four basic arithmetic operations. @rgiulietti Actually your trick is the fastest: `yours > via negateExact() > original`. Thanks! ------------- PR: https://git.openjdk.java.net/jdk/pull/4770