> An implementation of `BigDecimal.nthRoot(int, MathContext)`. > > --------- > - [ ] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
fabioromano1 has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 40 commits: - Merge branch 'openjdk:master' into 8366478 - Update since version - Handle negative degrees differently to simplify and optimize code - Simplified result's assertions for n < 0 - Some code simplifications - Added further tests and optimized result assertions - Correct for loop of precision in two digit tests - Added one digit tests to cover new paths - Added tests for exact result cases and handle result assertions for n < 0 - Correct error output message - ... and 30 more: https://git.openjdk.org/jdk/compare/70f20f9b...2531883c ------------- Changes: https://git.openjdk.org/jdk/pull/27148/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=27148&range=34 Stats: 598 lines in 2 files changed: 303 ins; 121 del; 174 mod Patch: https://git.openjdk.org/jdk/pull/27148.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/27148/head:pull/27148 PR: https://git.openjdk.org/jdk/pull/27148
