RFR: 8075806: divideExact is missing in java.lang.Math [v6]

Brian Burkhalter bpb at openjdk.java.net
Thu Jul 22 20:52:40 UTC 2021


> 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.

Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:

  8075806: Add divideExact() to list of tested methods

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/4770/files
  - new: https://git.openjdk.java.net/jdk/pull/4770/files/5093a2e8..1dabf117

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=4770&range=05
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=4770&range=04-05

  Stats: 6 lines in 1 file changed: 2 ins; 0 del; 4 mod
  Patch: https://git.openjdk.java.net/jdk/pull/4770.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/4770/head:pull/4770

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


More information about the core-libs-dev mailing list