On Wed, 6 May 2026 14:57:46 GMT, fabioromano1 <[email protected]> wrote:
>> An implementation of `BigDecimal.rootn(int, MathContext)`. >> >> --------- >> - [x] 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 incrementally with one additional > commit since the last revision: > > Removed log files PS One additional note on this this change, post-integration testing revealed the fix for this issue corrected an omission in my prior fix for JDK-8370057: "Correct scale handling of BigDecimal.sqrt." In JDK-8370057, my code and tests were updated to handle non-zero radicands, but omitted the updates needed to handle the preferred scale of zero randicands. ------------- PR Comment: https://git.openjdk.org/jdk/pull/27148#issuecomment-4490147027
