JDK-8370628 : Rename BigInteger::nthRoot to rootn, and similarly for nthRootAndRemainder
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.math
  • Affected Version: 26
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2025-10-24
  • Updated: 2025-10-27
  • Resolved: 2025-10-27
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 26
26 masterFixed
Related Reports
CSR :  
Relates :  
Description
To adhere more closely to IEEE 754-2019 section on recommended functions, it is better to rename BigInteger::nthRoot to BigInteger::rootn, and BigInteger::nthRootAndRemainder to BigInteger::rootnAndRemainder.
Comments
Changeset: e9479b51 Branch: master Author: Raffaello Giulietti <rgiulietti@openjdk.org> Date: 2025-10-27 08:15:00 +0000 URL: https://git.openjdk.org/jdk/commit/e9479b517ad8b6eac7244057644f90e710bd74b7
27-10-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/27980 Date: 2025-10-24 17:45:28 +0000
24-10-2025