> An optimized algorithm for `BigDecimal.stripTrailingZeros()` that uses > repeated squares trick.
fabioromano1 has updated the pull request incrementally with one additional commit since the last revision: Correct abs(intVal) >= 10 to abs(intVal) >= 5 ------------- Changes: - all: https://git.openjdk.org/jdk/pull/21323/files - new: https://git.openjdk.org/jdk/pull/21323/files/9ab98bb9..8a6e38f3 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=21323&range=08 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=21323&range=07-08 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/21323.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/21323/head:pull/21323 PR: https://git.openjdk.org/jdk/pull/21323